Docker run hello-world: no output, ends only with ctrl+c

Expected behavior

should output the hello world text messages.

Actual behavior

no output, hangs until stopped by ctrl+c

Information

>DockerDebugInfo.ps1

-> https://gist.github.com/Svobi/47f26d55bb55956b1f653ab7e829754b

>docker version

Client:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 5604cbe
Built: Wed Apr 27 00:34:20 2016
OS/Arch: windows/amd64

Server:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 8b63c77
Built: Fri Apr 29 14:13:26 2016
OS/Arch: linux/amd64

Windows Version :
Major Minor Build Revision


10 0 10586 0

Steps to reproduce the behavior

  1. Disabled IP6 in DockerNat Interface
  2. Added DNS Server 8.8.8.8 to DockerNat Interface
  3. docker run hello-world

I had the same issue of “docker run hello-world” not producing any output. But executing

docker pull hello-world

reported a “connection refused” when trying to connect to the registry on docker.io
After configuring the network proxy in the docker settings (right click on the docker toolbar icon, then “Settings…”) the command “docker run hello-world” did run as expected.