Docker VMs not working anymore

interstat

Cadet
Joined
Nov 19, 2017
Messages
4
Hey guys,

I can no longer create working Docker VMs in 11.1U7. Attempting to pull any image results in the timeout message, despite having a working internet connection within the VM. I've been getting these messages on previously working, and new, VMs for about a week now.

Anyone else seeing this?

cheers...
 

interstat

Cadet
Joined
Nov 19, 2017
Messages
4
Error message is:

Code:
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.1.1:53: read udp 192.168.1.123:55596->192.168.1.1:53: i/o timeout


nothing in /var/log/messages, nor is there anything revealing in /var/log/docker.log. Just a bunch of timeout messages.

a traceroute to 'registry-1.docker.io' fails, so I think that's my problem. Is that the correct url? Do I need to update docker or something?
 
Top