This container uses steamcmd to download or update a Satisfactory server into the mounted /data volume. Once it has completed downloading it will start the server by calling the FactoryServer.sh script.
Before starting create the data directory to avoid it being owned by root.
mkdir data
To modify the Satisfactory settings or install mods:
(un)mounted volume/steamuser directory.docker run -d --restart unless-stopped \
--name satisfactory \
--network host \
-v `pwd`/data:/data \
meuleman/satisfactory
To skip the update step, the container can be started with the start command:
docker run -d --restart unless-stopped \
--name satisfactory \
--network host \
-v `pwd`/data:/data \
meuleman/satisfactory start
Content type
Image
Digest
sha256:5fd4f3b8b…
Size
87.7 MB
Last updated
almost 3 years ago
docker pull meuleman/satisfactory