Sign inSign up

tomdesinto/tf2

By tomdesinto

Updated almost 11 years ago

Image
1

364

tomdesinto/tf2 repository overview

Team Fortress 2 + Docker

Details:

By default image is build with enabled autoupdate feature (take a look at tf.sh file). You can create new Dockerfile based on that image (FROM tf2) and customize it with plugins, configs, CMD and ENTRYPOINT instructions.

# Build image and tag it as tf2
docker build -t tf2 github.com/Gonzih/docker-tf2-server

# Run image with default options (CMD in Dockerfile)
docker run -d -p 27015:27015/udp tf2

# Run image with custom options
docker run -d -p 27015:27015/udp tf2 +sv_pure 2 +map ctf_2fort.bsp +maxplayers 32

Tag summary

Content type

Image

Digest

sha256:381472fc7

Size

101.1 MB

Last updated

almost 11 years ago

docker pull tomdesinto/tf2:light