Hi All,
I’m trying to ship my first container (just started to read the ‘Docker Up & Running’). Using Docker machine on Windows and blocked by this:
docker@default:~$ docker run hello-world
Unable to find image ‘hello-world:latest’ locally
latest: Pulling from library/hello-world
b901d36b6f2f: Pulling fs layer
0a6ba66e537a: Pulling fs layer
975b84d108f1: Error pulling image (latest) from docker.io/library/hello-world, Server error: Status 0 while fetching image layer (3f12c794407e68e515ba7f473a744e748ac8a827a2ea8b33855dec564238b2e5)
975b84d108f1: Error pulling image (latest) from docker.io/library/hello-world, endpoint: https://registry-1.docker.io/v1/, Server error: Status 0 while fetching image layer (3f12c794407e68e515ba7f473a744e748ac8a827a2ea8b33855
Error pulling image (latest) from docker.io/library/hello-world, Server error: Status 0 while fetching image layer (3f12c794407e68e515ba7f473a744e748ac8a827a2ea8b33855dec564238b2e5)
docker@default:~$
The symptoms are the same as here Running Docker With Outbound IP Firewalling however I’m not sure if its the same case.
Is there any way to know where Docker is trying to fetch the image layer ‘3f12c794407e68e515ba7f473a744e748ac8a827a2ea8b33855dec564238b2e5’ from?
So I’m not sure if the registry is down/relocated or my firewall is blocking something… If somebody can confirm that the registry is accessible and location is right it will help.