-
Notifications
You must be signed in to change notification settings - Fork 264
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
How to run Docker containers inside GNS3 with user namespaces enabled? #2414
Comments
What Docker image have you tried to use? Do you have this issue with any image? |
Yes, I experience the same behavior with any images. I tried several images, (Alpine Linux, DNS, Open vSwitch, etc.). |
Fixed, this should work in our next release. |
Hi Jeremy,
Please, let me know if you need more details. Regards, |
Have you done anything to enable "user namespaces"? |
I don't remember any customizations by my side, but, reading the Archlinux
Docker's wiki page, there's a "User namespace isolation" section that
contains a reference to a vulnerability published and patched in February
2019.
I'm trying to figure out if it had been enabled by me or by Arch.
I'll keep you posted.
Thank you,
Vincenzo
|
I removed userns-remap and now it works as expected. |
No worries, I actually have tested with |
Hi.
every time I try to instantiate a Docker appliance in GNS3, I receive the following error:
Error while creating node from template: Docker has returned an error: 400 privileged mode is incompatible with user namespaces. You must run the container in the host namespace when running privileged mode
Is there a way to properly handle this issue?
Thank you in advance,
The text was updated successfully, but these errors were encountered: