You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I'm starting up my rancher quickstart using vagrant, I get the following errors during startup:
server-01: Error response from daemon: Get https://registry-1.docker.io/v2/appropriate/curl/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Aappropriate%2Fcurl%3Apull&service=registry.docker.io: dial tcp: lookup auth.docker.io on 10.0.16.1:53: read udp 10.0.16.15:33107->10.0.16.1:53: i/o timeout
I tested it on ubuntu bionic and on macos mojave, Virtualbox 6.x, maybe it's because they have their own dns resolver running on the system which isn't bound to the virtualbox interfaces (just guessing, wasn't able to debug it yet).
("--natdnshostresolver1", "on")
After removing that line, everything worked very well. Is there a specific reason for this line or would it be possible to remove it?
The text was updated successfully, but these errors were encountered:
Hi,
when I'm starting up my rancher quickstart using vagrant, I get the following errors during startup:
I tested it on ubuntu bionic and on macos mojave, Virtualbox 6.x, maybe it's because they have their own dns resolver running on the system which isn't bound to the virtualbox interfaces (just guessing, wasn't able to debug it yet).
I found the following line in the Vagrant file:
quickstart/vagrant/Vagrantfile
Line 20 in cf814dd
After removing that line, everything worked very well. Is there a specific reason for this line or would it be possible to remove it?
The text was updated successfully, but these errors were encountered: