CM2Walki / CSGO

Dockerfile for automated build of a CS:GO gameserver: https://hub.docker.com/r/cm2network/csgo/
https://CM2.Network
MIT License
246 stars 76 forks source link

How to pull the sourcemod docker version. #59

Closed bboychris168 closed 3 years ago

bboychris168 commented 3 years ago

Hi, i was wondering how do i pull the sourcemod version of your docker image.

CM2Walki commented 3 years ago

If you only want to pull it:

docker pull cm2network/csgo:sourcemod

If you want to host a server using sourcemod:

docker run -d --net=host --name=csgo-dedicated -e SRCDS_TOKEN={YOURTOKEN} cm2network/csgo:sourcemod
bboychris168 commented 3 years ago

OK thanks so much!

How would i go about adding the plugin i want? for eg a pugsetup plugin.

CM2Walki commented 3 years ago

This repo doesn't cover installing sourcemod plugins. You can consult the sourcemod wiki though:

https://wiki.alliedmods.net/Managing_your_Sourcemod_installation#Installing_Plugins