Counter-Strike : Global Offensive container with GOTV
461
Use poweshell to :
Create persistant volume
docker volume create csgo
Pull and run container with persistant volume
docker run -it --restart=always --volume=csgo:/home/csgo/server -p 27015:27015/tcp -p 27015:27015/udp -p 27005:27005/udp -p 27020:27020/udp -p 51840:51840/udp -e SRCDS_TOKEN=XXXXXXXXXXXXXXXXXX frytoya/csgo:latest
For SCRDS_TOKEN :
https://steamcommunity.com/dev/managegameservers
Content type
Image
Digest
Size
250.7 MB
Last updated
over 5 years ago
docker pull frytoya/csgo