Docker run hello-world has stopped working

Expected behavior

This should pull the image and run a container

Actual behavior

Information

[Info ] 1.12.0-rc4-beta20
[Info ] Starting on: 7/22/2016 7:07:40 PM
[Info ] Resources: C:\Program Files\Docker\Docker\Resources
[Info ] OS: Windows 10 Pro
[Info ] Edition: Professional
[Info ] Id: 1511
[Info ] Build: 10586
[Info ] BuildLabName: 10586.494.amd64fre.th2_release_sec.160630-1736
[Mixpanel ][Info ] Failed to upload an event and will retry later
[ProxyProcess ][Info ] Waiting for the port/IP to become available
[ProxyProcess ][Info ] listen tcp 10.0.75.1:53: bind: The requested address is not valid in its context.
[ProxyProcess ][Info ] Waiting for the port/IP to become available
[ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[ProxyProcess ][Info ] listen tcp 10.0.75.1:53: bind: The requested address is not valid in its context.
[ProxyProcess ][Info ] Waiting for the port/IP to become available
[ProxyProcess ][Info ] listen udp 10.0.75.1:53: bind: The requested address is not valid in its context.
[ProxyProcess ][Info ] Waiting for the port/IP to become available

I have noticed multiple DockerNAT network present on my windows host machine. Not sure if 2nd network was created via docker beta update

Yeah, that looks problematic - perhaps try un-installing Docker for Windows and making sure that’s cleaned up, then re-installing.

By deleting the extra network adapter and resetting docker to default my issue got resolved. :smile: