This is the repository for docker joaofidalgo/csgo automated builds
docker run -it -p 27015:27015 joaofidalgo/csgo -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2
docker run -it -p 27015:27015 joaofidalgo/csgo -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2
docker run -it -p 27015:27015 joaofidalgo/csgo -game csgo -console -usercon +game_type 1 +game_mode 0 +mapgroup mg_armsrace +map de_lake
docker run -it -p 27015:27015 joaofidalgo/csgo -game csgo -console -usercon +game_type 1 +game_mode 1 +mapgroup mg_demolition +map de_lake
docker run -it -p 27015:27015 joaofidalgo/csgo -game csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_active +map de_dust2
If you want to add your server config files, this image offers an extension point at the cfg folder.
- Create your Dockerfile using joaofidalgo/csgo as the base image
- Add your config files under the folder "cfg"
- Build and run your image using docker