Go to file
paul 65defda914 Simplify 2020-08-12 21:04:28 +02:00
bin Simplify 2020-08-12 21:04:28 +02:00
Dockerfile Simplify 2020-08-12 21:04:28 +02:00
README.md Switch to hosted steam image 2018-10-21 18:24:26 +02:00

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.