-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: Nested Docker Containers #147
Comments
This has already been discussed here |
Access to the host docker socket creates more issues than it solves, and in most setups will create a networking nightmare. I think the best solution would be to integrate something like nestybox/sysbox into the image - this would allow a complete docker stack to run within an unprivileged image, requiring far fewer tweaks and workarounds. |
Duplicate of #100 |
Would be nice to be able to use the native docker functionality in AMP, granted I have no idea how easy this would be to accomplish.
Is installing docker/moby enough to get this working? Will need to test and see.
The text was updated successfully, but these errors were encountered: