MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
89 stars 21 forks source link

Feature request: Docker in docker support #129

Open Dalarialus opened 2 years ago

Dalarialus commented 2 years ago

Some newer games added by AMP (such as V Rising) seem to prefer to be executed inside docker containers - would it be possible to add docker in docker support to this image?

CubeCoders seem to be taking a lot of their future development efforts in this direction, so it might help to remain ahead of the curve :)

This would also eliminate the requirement to add additional dependencies to run future games, since AMP would handle that automatically inside its own containers.

It may be possible to acomplish this by rebasing from the official docker:dind image?

Edit: Spelling correction.

Dalarialus commented 2 years ago

Point to note: the dind image appears to be based on Alpine, but Alpine appears to support Debian packages by installing dpkg.

Edit: Alternatively, this image appears to have already rolled dind into an Ubuntu image?