A Docker container for Counter-Strike 1.6 Server
These instructions will cover usage information and for the Docker container.
In order to run this container you'll need Docker installed.
docker container run \
-it \
--name cs16-server \
--env-file ./cs16-server-launcher.env \
-v /tmp/steamcmd:/opt/steamcmd \
-p 27015:27015/udp \
dobolinux/cs16-server-launcher:latest \\
cs16-server-launcher start
Pull the image from the Docker repository:
docker pull dobolinux/cs16-server-launcher
docker tag dobolinux/cs16-server-launcher cs16-server-launcher
docker rmi dobolinux/cs16-server-launcher
Or build image from source:
git clone https://github.com/dobolinux/cs16-server-launcher.git
cd cs16-server-launcher
docker build -t cs16-server-launcher .