avivace / ror2-server

Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
https://hub.docker.com/r/avivace/ror2server
GNU General Public License v3.0
169 stars 29 forks source link

Docker image size is quite large - install the game as part of entry.sh? #21

Closed Half-Shot closed 3 years ago

Half-Shot commented 3 years ago

The docker image is around ~1GB which is a bit of big one, especially when running locally for testing and removing the containers afterwards. There are also probably some legal issues around bundling the game content inside the Docker image, so it might be better to wait until the container has started before installing the game files?

I see that you update the game in entry.sh anyway, so it might be better to do it this way?

fnicolini commented 3 years ago

That's a good idea, thanks for the feedback. Changes have already been merged.