Factorio docker image based on Alpine
$ docker build -t dentych/factorio:0.15.33
or run the build.sh
script.
$ docker run --name factorio -p 34197:34197/udp -v /srv/factorio/savegame:/opt/factorio/savegame dentych/factorio:0.15.33
or run the run.sh
script. Takes one parameter, which is the host directory name of the savegame (OR a volume name).
# Create savegame
docker-compose run factorio --create savegame
#Start server
docker-compose up -d
This image uses GLIBC for running Factorio.
Version: 2.25-r0
The library apk for alpine used can be found in this repo: https://github.com/sgerrand/alpine-pkg-glibc