Gonzih / docker-csgo-server

Dockerfile for the CSGO server
MIT License
134 stars 54 forks source link

auto-update #4

Closed janstuemmel closed 7 years ago

janstuemmel commented 7 years ago

In my understanding, the csgo-server files are downloaded into a docker layer. When it comes to updating the server, every csgo-docker instance must download the update for the gameserver. To bypass this i can just rebuilt the docker image itself, is that right?

nice image btw.

greetz jan

Gonzih commented 7 years ago

Yeah, each server is gonna do autoupdate in the background.

To have up to date image you just need to rebuild it.

Hope that answers your question.

On 07/09/17 19:40, Jan Stümmel wrote:

In my understanding, the csgo-server files are downloaded into a docker layer. When it comes to updating the server, every csgo-docker instance must download the update for the gameserver. To bypass this i can just rebuilt the docker image itself, is that right?

nice image btw.

greetz jan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Gonzih/docker-csgo-server/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQI0J6aifCPWDSLn7yvdiPvLDNGxCxks5sgCd6gaJpZM4PQJMz.

janstuemmel commented 7 years ago

thanks!