DEV Community

[Comment from a deleted post]
Collapse
 
zspine profile image
M#3

I am also running docker on Ubuntu 19.10 and I never experienced this issue. It might be something else going on, did you check this discussion github.com/moby/moby/issues/32270 ?

Collapse
 
mendoza profile image
David Mendoza (He/Him) • Edited

Yes I did, I changed the DNS and nothing after that I still had the error

Collapse
 
zspine profile image
M#3

Any luck with the issue? Have you tried by adding the hostname and IP address to /etc/hosts? You can try few different IP addresses

uptrends.com/tools/traceroute
traceroute the domain registry-1.docker.io

 
mendoza profile image
David Mendoza (He/Him)

I haven't had any luck, I'm actually not really sure how to change what you just asked

 
zspine profile image
M#3
  1. Traceroute the domain to find out the ip address of registry-1.docker.io ( 52.93.28.246 )
    image

  2. Open a terminal and try this

sudo nano /etc/hosts

scroll down to the end of the file and add a new entry details

52.93.28.246    registry-1.docker.io

Ctrl + X and save the changes and try the docker commands

Note: If it's not working remove the newly added entry from /etc/hosts before you try anything else.

 
mendoza profile image
David Mendoza (He/Him)

I did it, and sadly no result, still unable to login

 
zspine profile image
M#3

Mhhhhh... really sorry :(