|
|
|
|
|
by zokier
2246 days ago
|
|
I'm bit befuddled why the author decided to use volumes for /source and /install instead of just installing the game into the container image. That way you wouldn't need to keep the game files floating around on the host system and overall would have more self-contained container. You could even get fancy and use multi-stage container so that the installer wouldn't need to be included in the final image. The installer could be run under `expect` so that human interaction is not needed. |
|