Skip to content

Counter-Strike: Source dedicated server as docker image

License

Notifications You must be signed in to change notification settings

circool/cssds-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cssds-docker

Counter-Strike: Source dedicated server as docker image

Usage

Run container

docker run -ti circool/cssds-docker

Starting

Gameserver will run automatic, for manual start use

cd /home/steam/css && ./srcds_run -console -game cstrike +map de_dust2 +maxplayers 32 +ip <ip_address>

or

./start_gameserver

Update

cd /home/steam/css && ./steamcmd.sh +login anonymous +force_install_dir ./css +app_update 232330 validate +quit

Releases

No releases published

Packages

No packages published