Basic Team Fortress 2 server
docker pull redseel/tf2:latest
This server is meant for use in the cloud. To make the image tiny, the server is downloaded the first time the server is ran.
# Run image with default options
docker run -d -p 27015:27015/udp redseel/tf2:latest
# Run image with custom options
docker run -d -p 27015:27015/udp redseel/tf2:latest +sv_pure 2 +map pl_badwater.bsp +maxplayers 32