You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
bin | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 4 years ago |
README.md
steam-tf2
steam-tf2 is the base image for an 'Team Fortress 2' server
Building steam-tf2
docker build -t zombi/steam-tf2 .
Running steam-tf2
docker run -dit \
--name tf2-1 \
-p 27015:27015/udp \
-p 27015:27015 \
-v /data/steam-games/:/home/steam/games/ \
zombi/steam-tf2 +sv_pure 1 +map ctf_2fort +maxplayers 24
to start up a simple server to capture some flags.