|
6 months ago | |
---|---|---|
bin | 6 months ago | |
Dockerfile | 6 months ago | |
README.md | 2 years ago |
steam-tf2 is the base image for an 'Team Fortress 2' server
docker build -t zombi/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.