A docker with steam preconfigured inside.
Configure your steamcmd.cmd
to run your dedicated server.
This Image is based on the project https://github.com/Micka33/docker-steam
optional
Without docker-compose:
git clone https://github.com/bufanda/docker-terrortown.git
cd docker-terrortown
sudo docker build -t bufanda/terrortown ./docker_files
With docker-compose:
git clone https://github.com/bufanda/docker-terrortown.git
cd docker-terrortown
docker-compose build
Without docker-compose:
Modefiy and use the run script:
./run.sh start
With docker-compose:
docker-compose up -d
Currently, this docker is configured to run a Garry's Mod TTT dedicated server.