-
Notifications
You must be signed in to change notification settings - Fork 86
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
Existing rootless Docker detected, but I can not use docker rootless. Only works with sudo #987
Comments
Maybe you need to clean up .local/share/docker and reboot |
Hey, I tried, getting the same error. Can you help me with this one, I really need to set it up running properly. Give me steps to debug the problem. |
Does |
It worked!! Thank you a lot ! |
BTW this error typically happens when you tried to expose privileged ports (< 1023). |
Not sure, because I wasnt intentionally messing with that. |
Expected behavior
Running docker rootless
I set it up according to the website instruction
Actual behavior
running command
docker run hello-world
getting output:Steps to reproduce the behavior
I was getting an error after trying to run a container:
Error response from daemon: driver failed programming external connectivity on endpoint
As suggested in issue #2722 I restarted docker and it worked. However it appeared again with another image, and docker wasn't starting giving an error:
After reading around, I decided to uninstall docker engine. Uninstalled as stated on your website and also I deleted all files connected with docker. I was able to install it again.
I followed the streps to configure rootless docker. But for some reason, now I can not run docker without
sudo
. Withsudo
it works. I then tried to executedockerd-rootless.sh --experimental
but it gave the error:Now, if I run
curl -fsSL https://get.docker.com/rootless | sh
, I get output:Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: