This image installs:
Clone this repo:
git clone git@github.com:oevseev/cstrike-server.git
cd cstrike-server
Build the container:
docker build . -t cstrike-server
Run the container:
docker run -d --network host cstrike-server +map de_dust2
Note that if you don't specify the default map, the server will crash on player connection!