oevseev / cstrike-server

Counter-Strike 1.6 dedicated server Docker image
MIT License
1 stars 0 forks source link

Counter-Strike 1.6 Dedicated Server

This image installs:

Prerequisites

Running

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!