TF2
TF2 copied to clipboard
Dockerfile for automated build of a TF2 gameserver: https://hub.docker.com/r/cm2network/tf2/
When trying to launch the container I am getting a "buffer overflow detected" message ``` *** buffer overflow detected ***: terminated Add "-debug" to the /home/steam/tf-dedicated/srcds_run command line to generate...
I'm sorry in advance if this is because of my unfamiliarity with docker, but whenever I try to run the image, pulled from docker hub, I get ``` exec /bin/bash:...
When I start container with SRCDS_RCONPW, server uses default password from server.cfg file. I fixed variables in server.cfg and restarted container - and rcon works correctly. Probably add `sed -i...
I get this when starting the server. I run it like so: ``` podman run -itd -v ~/tf2:/home/steam/tf-dedicated:Z --userns=keep-id \ --net=host --name=tf2 --env-file=tf2.env \ docker.io/cm2network/tf2:latest-x64 ```
Hi there, just want to start off by saying I appreciate the work that you and every other contributor has done to make this image a thing - as it's...
A small PR that adds an example `docker-compose.yml` which creates a container with an image from here, with explanations. I personally moved to using the images this way, and thought...