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.
 
 
paul 65defda914 Simplify 3 years ago
bin Simplify 3 years ago
Dockerfile Simplify 3 years ago
README.md Switch to hosted steam image 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.