Sign inSign up

meuleman/kf2

By meuleman

Updated over 3 years ago

kf2 server

Image
0

878

meuleman/kf2 repository overview

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:

  1. kill the container
  2. modify the data in the (un)mounted volume/steamuser directory.
docker run -d --restart unless-stopped \
        --name kf2 \
        --network host \
        -v `pwd`/data:/data \
                meuleman/kf2

Tag summary

Content type

Image

Digest

sha256:416b75bb7

Size

87 MB

Last updated

over 3 years ago

docker pull meuleman/kf2