Hi ,
My current operating system is Windows 10 and
I have installed Virtual Box and then added an Ubuntu VM on top of that. I installed the docker-engine on Ubuntu and I added the insecure-registry.
But when I am trying to pull the images…it always says “Network timed out error”. I have tried most of the suggestions from Google, but to no success.
I cannot even pull images from public DockerHub like docker pull hello-world
Please do help me .
I am doing the commands in the following order
sudo docker pull hello-world
output:
using default tag : latest
Pulling repository docker.io/library/hello-world
Network timed out while trying to connect to https://index.docker.io/v1/repositories/lirary/hello-world/iamges. You may want to check your internet connection or if you are behind proxy.
My admin team confirms that we are not using any proxies in the company.
Few more details
Operating System : Windows 10
Virtual Box : 5.1.2
VM : Ubuntu 16.04 LTS
Docker : 1.11.2
I am struggling with this not sure what is happening…Please help me.
Thanks and appreciate your feedback.