Skip to content

LacledesLAN/gamesvr-factorio

Repository files navigation

Factorio Dedicated Server in Docker

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.

Factorio Dedicated Server in Docker

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.

Linux

linux/amd64

Download

docker pull lacledeslan/gamesvr-factorio

Run Self Tests

docker run -it --rm lacledeslan/gamesvr-factorio ./ll-tests/gamesvr-factorio.sh;

Run Simple, Interactive Server

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;

Getting Started with Game Servers in Docker

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.

About

Factorio Dedicated Server in Docker

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages