Boot2docker on windows - unable to pull images

I am trying to research docker. I have boot2docker installed on my windows machine. My machine is behind a corporate firewall.

When I execute a simple command like the one below, I get an error that prevents the images from being pulled. Any help here? Even when I change the DNS nameserver (in / etc / resolv.conf) to 8.8.8.8, I have the same problem.

I have reviewed other releases released on the same topic. Didn't get any help. Please, help

Mistake

docker @ boot2docker: ~ $ docker run -it -rm tomcat: 8.0 Can't find image 'tomcat: 8.0' locally

Pulling tomcat repository Get: type tcp: loo kup index.docker.io on 10.0.2.3:53: read udp 10.0.2.3:53: timeout i / o

+3


source to share


1 answer


When your host is on a VPN, your boot2docker-vm

virtual machine may not have access to the Internet at all; in particular if your connection is connected. You can try NAT

.



0


source







All Articles