-
Notifications
You must be signed in to change notification settings - Fork 609
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
Unable to pull images from docker.io registry even after successful login (dial tcp: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.100:47063->10.0.2.3:53: i/o timeout
)
#677
Comments
dial tcp: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.100:47063->10.0.2.3:53: i/o timeout
)
Another potential workaround: enter the rootlesskit namespaces with |
Thanks for tagging and replying @AkihiroSuda. It is not a connectivity issue. |
slirp4netns process might have been killed accidentally, or you might have too old (< 0.4.0) slirp4netns in the |
I was having this same issue (although without attempting to log in), and changing the DNS resolver fixed it. Happy to help troubleshoot in any way I can.
|
well, it was not dns, I would not be able to login if DNS is not working. |
I'm having the same problem with (co)lima but only with >2 cpus: abiosoft/colima#137 |
I was having the same problem and I solved it by restarting the daemon of docker |
This comment was marked as off-topic.
This comment was marked as off-topic.
Check if UDP port for 10.0.2.3:53 is blocked by firewall (likely) set in your setup. If yes, it will work after unblocking and remove/recreate the pod |
On debian based OS to restart docker you can run: |
I am trying to run nerdctl inside WSL 2 (Ubuntu 20.04). Everything is setup and running (following this guide: https://medium.com/geekculture/move-away-from-docker-now-and-utilize-wsl2-systemd-genie-containerd-with-nerdctl-d5f729dcf227). But I ran into problems when trying to pull any images.
I have performed successful login using
nerdctl login --username <myuser> --password <mypwd> docker.io
How can I fix this?
nerdctl:
Containerd:
OS:
WSL 2 Kernel (Ubuntu 20.04)
PS:
I tried the following:
and just after that it still fails with same error.
The text was updated successfully, but these errors were encountered: