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
- Disabled IP6 in DockerNat Interface
- Added DNS Server 8.8.8.8 to DockerNat Interface
- docker run hello-world