Sign inSign up

koshatul/factorio

By koshatul

•Updated over 6 years ago

factorio server running under docker

Image
0

4.2K

koshatul/factorio repository overview

⁠Supported tags

  • experimental
  • stable
  • version number, check the tags page for details

⁠Starting a server

As simple as:

$ docker run -dt koshatul/factorio:stable

⁠Persisting the map

To persist the map, just specify a volume mount for the /saves directory:

$ mkdir saves
$ docker run -dt -v "$PWD/saves":/saves koshatul/factorio:stable

⁠Playing in experimental (where all the fun is)

$ docker run -dt -v "$PWD/saves":/saves koshatul/factorio:experimental

⁠Specifying a server-settings file (volume mount for the /config/server-settings.json file or /config/ directory)

$ docker run -dt -v "$PWD/saves":/saves -v "$PWD/server-settings.json":/config/server-settings.json koshatul/factorio:experimental

⁠License

Released under the MIT License⁠.

Tag summary

Content type

Image

Digest

Size

68.7 MB

Last updated

over 6 years ago

docker pull koshatul/factorio:0.18.33