Skip to content

Dockerfile for Counter-strike: Global Offensive Dedicated Server

License

Notifications You must be signed in to change notification settings

fanjin-z/csgo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Counter-strike: Global Offensive Dedicated Server Images

NOT AN OFFICIAL IMAGE.

Pull from DockerHub

docker pull fnjn/csgo:latest
docker run -d -p 27015:27015 csgo:latest

Build from Dockerfile

git [email protected]:Fnjn/csgo-docker.git
cd csgo-docker
docker build . -t csgo:latest
docker run -d -p 27015:27015 csgo:latest

Configuration

Configure server setting in cfg/server.cfg.
Configure login in cfg/autoexec.cfg.
Add banned IP in cfg/banned_ip.cfg.
Add banned users in cfg/banned_user.cfg.

Example

Run classic casual mode on de_dust2.

csgo/srcds_run -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2


Report any problem to issue page.

About

Dockerfile for Counter-strike: Global Offensive Dedicated Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published