A dedicated Team Fortress 2 server
10K+
This repository contains the Dockerfile for ruippeixotog/tf2-server, a Docker image containing a dedicated Team Fortress 2 server. The original Dockerfile is from Gonzih and is available here.
This image is built with the autoupdate flag (-autoupdate) enabled, which means the server attempts to auto-update itself when an update comes out.
You can simply run the image with the default settings:
docker run -d -p 27015:27015/udp ruippeixotog/tf2-server
You can also specify the server settings explicitly:
docker run -d -p 27015:27015/udp ruippeixotog/tf2-server +sv_pure 2 +map \
ctf_2fort.bsp +maxplayers 32
Content type
Image
Digest
sha256:cfcb547f0…
Size
2.4 GB
Last updated
almost 11 years ago
docker pull ruippeixotog/tf2-server