This container uses steamcmd to download a Killing Floor 2 server into the mounted /data volume. Once it has completed downloading it will copy a start script into it and run the KF2 server.
To modify the KF2 settings or install mods:
(un)mounted volume/steamuser directory.docker run -d --restart unless-stopped \
--name kf2 \
--network host \
-v `pwd`/data:/data \
meuleman/kf2
Content type
Image
Digest
sha256:416b75bb7…
Size
87 MB
Last updated
over 3 years ago
docker pull meuleman/kf2