Factorio is a game in which you build and maintain factories. In the beginning you will find yourself chopping trees, mining ores and crafting mechanical arms and transport belts by hand, but in short time you can become an industrial powerhouse, with huge solar fields, oil refining and cracking, manufacture and deployment of construction and logistic robots, all for your resource needs. However this heavy exploitation of the planet's resources does not sit nicely with the locals, so you will have to be prepared to defend yourself and your machine empire.
This repository is maintained by Laclede's LAN. This image contains a minimal Factorio server. For more advance usages see factoriotools/factorio. If any of the documentation in this repository is unclear, or has issues, please see CONTRIBUTING.md.
docker pull lacledeslan/gamesvr-factorio
docker run -it --rm lacledeslan/gamesvr-factorio ./ll-tests/gamesvr-factorio.sh;
This assumes an empty map was generated, and saved to app/saves/save.zip
inside of the Docker image.
docker run -it --rm -p 34197:34197/udp /app/bin/x64/factorio --start-server /app/saves/save.zip;
Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.