Issue Running Docker Image
SparroWServ opened this issue · 2 comments
Hi, I have been running the docker image a few times different ways to see if I could get it to work on my Fedora 38 Server, however I am running into issues. Let me begin with how I am trying to make the server:
sudo mkdir -p $(pwd)/csgo-data
sudo chmod 777 $(pwd)/csgo-data
docker run -d --net=host -v $(pwd)/csgo-data:/home/steam/csgo-dedicated/ --name=csgo-dedicated -e SRCDS_TOKEN=[MYTOKEN] -e SRCDS_PW=PubStomp -e SRCDS_STARTMAP="de_mirage" -e SRCDS_HOSTNAME="MY SERVER NAME" -e SRCDS_WORKSHOP_AUTHKEY=[MYAUTHKEY] cm2network/csgo
The command is changed to hide the token and auth key.
My logs are attached on what happens.
I am a docker newbie and trying to learn, if I am doing something wrong, please let me know and how to fix. Thanks!
_csgo-dedicated_logs.txt
Error! App '740' state is 0x202 after update job.
You ran out of disk space. Please note that the csgo dedicated server is ~30GBs in size
Wow, I feel really dumb - Thanks. I just checked and apparently when I installed my Fedora server it decided to only use 16 GB of my 500 GB M.2 Drive.... Thank you!