This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Installation Help-with Video #42
Unanswered
Patient-Tech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm new to docker and LinuxGSM here, but hopefully you guys can help. I'm starting to learn about Docker, and running a game server sounds like an interesting use case to get my feet wet with a fun payoff before I move onto more complicated things. Seems like it would be an easy way to backup my services once I get them up and running on my metal.
I've been flopping around here and your docker hub page trying to get this thing installed. My current work flow has me spinning up fresh DO droplets as they're quick and totally sterile for the process. I've tried multiple different methods of trying to get this working, and I have something kind of working. My next step I'm looking to get to is to see some type of output from my game server showing me status or that it's running. CSGO was a good start for me as I like to play that game.
So, in order to make this as painless for you guys to help, I'm dropping my commands below to analyze and edit if needed, along with a YT video showing how I got to where I was, and what I was seeing. It's quite possible I'm missing something simple. Thanks for the help guys! -Patient Tech
https://youtu.be/sEPgwtealnM
install process
docker exec -it csgoserver vi server.cfg
docker exec -it csgoserver ./csgoserver details
docker exec -it csgoserver vi common.cfg
Beta Was this translation helpful? Give feedback.
All reactions