Docker for Windows does not work

I have been unable to get Docker 1.12 functional on Windows 10 Enterprise build 10586. I have spent quiet some time troubleshooting this and have looked at all the suggestions in the forums without luck. I would appreciate some help/pointers by the support team. It primarily looks like a networking problem. I have uploaded the diagnostic FF06E3D0-0AE5-4A23-894E-895C1810D830/2016-06-29_11-17-58 .

I have tried:

  • Fresh clean install multiple times.
  • Configure IPv4 only on all interfaces on my PC, not just the DockerNAT interface).
  • Configure DNS of 8.8.8.8 and optionally alternat DNS of 8.8.4.4 on the DockerNAT.
  • Under Docker system tray icon > right click > Network > DNS Server > Select Fixed and use 8.8.8.8.
  • Disable Ethernet interface in BIOS and only use Wireless interface.
  • Disable Wireless interface in BIOS and only use Ethernet interface.
  • Almost all combinations of the above.

A few things I noticed:

  • Sometimes the Moby Linux VM fails during initial installation. But it will usually come back up.
  • In Control Panel > Network Connections > DockerNAT interface > right click > Status, I see IPv4 & IPv6 connectivity as “No network access”. The number of Received packets is always 0.
  • DNS failures and timeouts in the log file. This seems to be the main issue. To get a clean demarcation, I opened the log file, ran “docker run hello-world” & opened the log file again. So the logs between the last two “[FeedbackSettings][Info ] Open logs” instances should have a clean set of logs for the latest “docker run hello-world” run. Full log file pasted at the end of this post.

The main issue seems to be documented by these failures in the log file:
[10:57:59.222][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] 192.168.65.2:38378 -> 192.168.65.1 bb15 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:57:59.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] Forwarding to 10.0.75.1
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] 192.168.65.2:48134 -> 192.168.65.1 a57a Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] Forwarding to 10.0.75.1
[10:58:04.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] 192.168.65.2:47522 -> 192.168.65.1 dc46 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:58:04.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] Forwarding to 10.0.75.1
[10:58:04.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] recv failed with Lwt.Canceled
[10:58:04.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] timed out after 5s
[10:58:04.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] recv failed with Lwt.Canceled
[10:58:04.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] timed out after 5s

Info from Docker command line

$ docker --version
Docker version 1.12.0-rc2, build 906eacd, experimental

$ docker-compose --version
docker-compose version 1.8.0-rc1, build 9bf6bc6

$ docker-machine --version
docker-machine.exe version 0.8.0-rc1, build fffa6c9

$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

$ docker version
Client:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: 906eacd
Built: Fri Jun 17 20:35:33 2016
OS/Arch: windows/amd64
Experimental: true

Server:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: a7119de
Built: Fri Jun 17 22:09:20 2016
OS/Arch: linux/amd64
Experimental: true

$ docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.12.0-rc2
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 0
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: host overlay null bridge
Swarm: inactive
Runtimes: default
Default Runtime: default
Security Options: seccomp
Kernel Version: 4.4.13-moby
Operating System: Alpine Linux v3.4
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.951 GiB
Name: moby
ID: CBN6:OATZ:CX5G:54PO:HSRN:ISCD:MAFF:43JQ:RFNB:H3UU:VOVZ:RPXW
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
127.0.0.0/8

$ docker network ls
NETWORK ID NAME DRIVER SCOPE
bc74413c127a bridge bridge local
7b168957dcd9 host host local
10701b77facb none null local

$ docker network inspect bc74413c127a
[
{
“Name”: “bridge”,
“Id”: “bc74413c127a25ef77eec3724b96142d4498f9e4871c6b94105641a028df41fc”,
“Scope”: “local”,
“Driver”: “bridge”,
“EnableIPv6”: false,
“IPAM”: {
“Driver”: “default”,
“Options”: null,
“Config”: [
{
“Subnet”: “172.17.0.0/16”,
“Gateway”: “172.17.0.1”
}
]
},
“Internal”: false,
“Containers”: {},
“Options”: {
“com.docker.network.bridge.default_bridge”: “true”,
“com.docker.network.bridge.enable_icc”: “true”,
“com.docker.network.bridge.enable_ip_masquerade”: “true”,
“com.docker.network.bridge.host_binding_ipv4”: “0.0.0.0”,
“com.docker.network.bridge.name”: “docker0”,
“com.docker.network.driver.mtu”: “1500”
},
“Labels”: {}
}
]

$ docker network inspect 7b168957dcd9
[
{
“Name”: “host”,
“Id”: “7b168957dcd990790577c7d132a324267fe1b9b997f2fb9c480b1c175078356d”,
“Scope”: “local”,
“Driver”: “host”,
“EnableIPv6”: false,
“IPAM”: {
“Driver”: “default”,
“Options”: null,
“Config”: []
},
“Internal”: false,
“Containers”: {},
“Options”: {},
“Labels”: {}
}
]

$ docker network inspect 10701b77facb
[
{
“Name”: “none”,
“Id”: “10701b77facb0e37db7d84b7fe2dac55b1482e7c59591acc70c035a937081ed4”,
“Scope”: “local”,
“Driver”: “null”,
“EnableIPv6”: false,
“IPAM”: {
“Driver”: “default”,
“Options”: null,
“Config”: []
},
“Internal”: false,
“Containers”: {},
“Options”: {},
“Labels”: {}
}
]

$ docker run hello-world
Unable to find image ‘hello-world:latest’ locally
Pulling repository docker.io/library/hello-world
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy

See ‘C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help’.

Snipped log file for the latest run of “docker run hello-world”

[10:54:49.088][FeedbackSettings][Info ] Open logs
[10:54:50.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1d36] recv failed with Lwt.Canceled
[10:54:50.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1d36] timed out after 5s
[10:54:50.270][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[42fb] 192.168.65.2:45637 -> 192.168.65.1 42fb Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:54:50.271][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[42fb] Forwarding to 10.0.75.1
[10:54:50.272][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[50cc] 192.168.65.2:35392 -> 192.168.65.1 50cc Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:54:50.273][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[50cc] Forwarding to 10.0.75.1
[10:54:50.275][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1625] recv failed with Lwt.Canceled
[10:54:50.275][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1625] timed out after 5s
[10:54:55.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[42fb] recv failed with Lwt.Canceled
[10:54:55.270][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[42fb] timed out after 5s
[10:54:55.271][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[50cc] recv failed with Lwt.Canceled
[10:54:55.269][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:54:55.272][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[50cc] timed out after 5s
[10:57:59.189][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create [rewriteBinds]
[10:57:59.190][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create
[10:57:59.191][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.194][ProxyProcess ][Info ] proxy << POST /v1.24/containers/create
[10:57:59.195][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:57:59.196][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.198][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:57:59.221][ProxyProcess ][Info ] proxy >> POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:57:59.221][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.222][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] 192.168.65.2:38378 -> 192.168.65.1 bb15 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:57:59.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] Forwarding to 10.0.75.1
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] 192.168.65.2:48134 -> 192.168.65.1 a57a Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] Forwarding to 10.0.75.1
[10:58:04.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] 192.168.65.2:47522 -> 192.168.65.1 dc46 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:58:04.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] Forwarding to 10.0.75.1
[10:58:04.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] recv failed with Lwt.Canceled
[10:58:04.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] timed out after 5s
[10:58:04.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] recv failed with Lwt.Canceled
[10:58:04.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] timed out after 5s
[10:58:04.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3327] 192.168.65.2:41954 -> 192.168.65.1 3327 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:58:04.231][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3327] Forwarding to 10.0.75.1
[10:58:04.232][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:58:09.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9063] 192.168.65.2:60027 -> 192.168.65.1 9063 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:09.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9063] Forwarding to 10.0.75.1
[10:58:09.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[dc46] recv failed with Lwt.Canceled
[10:58:09.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[dc46] timed out after 5s
[10:58:09.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e5e] 192.168.65.2:53700 -> 192.168.65.1 5e5e Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:58:09.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e5e] Forwarding to 10.0.75.1
[10:58:09.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3327] recv failed with Lwt.Canceled
[10:58:09.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3327] timed out after 5s
[10:58:14.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f2fc] 192.168.65.2:53161 -> 192.168.65.1 f2fc Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:58:14.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f2fc] Forwarding to 10.0.75.1
[10:58:14.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9063] recv failed with Lwt.Canceled
[10:58:14.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9063] timed out after 5s
[10:58:14.226][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[aede] 192.168.65.2:44426 -> 192.168.65.1 aede Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:58:14.227][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[aede] Forwarding to 10.0.75.1
[10:58:14.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e5e] recv failed with Lwt.Canceled
[10:58:14.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e5e] timed out after 5s
[10:58:14.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2dc0] 192.168.65.2:33183 -> 192.168.65.1 2dc0 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:58:14.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2dc0] Forwarding to 10.0.75.1
[10:58:14.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8a0a] 192.168.65.2:42645 -> 192.168.65.1 8a0a Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:14.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8a0a] Forwarding to 10.0.75.1
[10:58:19.224][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f2fc] recv failed with Lwt.Canceled
[10:58:19.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f2fc] timed out after 5s
[10:58:19.227][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ca6b] 192.168.65.2:49162 -> 192.168.65.1 ca6b Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:58:19.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ca6b] Forwarding to 10.0.75.1
[10:58:19.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[aede] recv failed with Lwt.Canceled
[10:58:19.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[aede] timed out after 5s
[10:58:19.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2dc0] recv failed with Lwt.Canceled
[10:58:19.232][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2dc0] timed out after 5s
[10:58:19.233][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[51a9] 192.168.65.2:59572 -> 192.168.65.1 51a9 Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:58:19.234][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[51a9] Forwarding to 10.0.75.1
[10:58:19.235][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8a0a] recv failed with Lwt.Canceled
[10:58:19.236][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8a0a] timed out after 5s
[10:58:24.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[434e] 192.168.65.2:59559 -> 192.168.65.1 434e Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:24.225][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[434e] Forwarding to 10.0.75.1
[10:58:24.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ca6b] recv failed with Lwt.Canceled
[10:58:24.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ca6b] timed out after 5s
[10:58:24.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6e4c] 192.168.65.2:45021 -> 192.168.65.1 6e4c Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:58:24.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6e4c] Forwarding to 10.0.75.1
[10:58:24.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[51a9] recv failed with Lwt.Canceled
[10:58:24.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[51a9] timed out after 5s
[10:58:29.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[434e] recv failed with Lwt.Canceled
[10:58:29.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[434e] timed out after 5s
[10:58:29.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76ac] 192.168.65.2:35423 -> 192.168.65.1 76ac Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:58:29.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76ac] Forwarding to 10.0.75.1
[10:58:29.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6e4c] recv failed with Lwt.Canceled
[10:58:29.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6e4c] timed out after 5s
[10:58:29.233][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cf1b] 192.168.65.2:52854 -> 192.168.65.1 cf1b Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:29.234][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cf1b] Forwarding to 10.0.75.1
[10:58:29.235][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:58:34.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76ac] recv failed with Lwt.Canceled
[10:58:34.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76ac] timed out after 5s
[10:58:34.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cf1b] recv failed with Lwt.Canceled
[10:58:34.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cf1b] timed out after 5s
[10:58:34.226][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:58:36.945][FeedbackSettings][Info ] Open logs

Full log file (Part 1)

[10:28:42.657][Program ][Info ] 1.12.0-rc2-beta16
[10:28:42.673][Program ][Info ] Starting on: 6/29/2016 10:28:42 AM
[10:28:42.673][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources
[10:28:42.673][Program ][Info ] OS: Windows 10 Enterprise
[10:28:42.673][Program ][Info ] Edition: Enterprise
[10:28:42.673][Program ][Info ] Id: 1511
[10:28:42.673][Program ][Info ] Build: 10586
[10:28:42.673][Program ][Info ] BuildLabName: 10586.420.amd64fre.th2_release_sec.160527-1834
[10:28:42.673][Program ][Info ] Mixpanel Id: FF06E3D0-0AE5-4A23-894E-895C1810D830
[10:28:42.673][Program ][Info ] Sha1: 999af1eac01deb75d9f166febb99a14b96b88ae3
[10:28:42.673][Program ][Info ] You can send feedback, including this log file, at https://forums.docker.com/c/docker-for-windows
[10:28:42.907][TrackingStatus ][Info ] Crash report and usage statistics are enabled
[10:28:42.923][Mixpanel ][Info ] Usage Statistic: appLaunched
[10:28:43.095][NamedPipeClient][Info ] Sending Version()

[10:28:43.095][NamedPipeClient][Info ] Received response for Version
[10:28:43.110][Mixpanel ][Info ] Usage Statistic: heartbeat
[10:26:22.557][BackendServer ][Info ] Started
[10:28:43.095][NamedPipeServer][Info ] Version()
[10:28:43.095][NamedPipeServer][Info ] Version done.
[10:28:43.251][NamedPipeClient][Info ] Sending Stop()

[10:28:43.251][Updater ][Info ] Checking for updates on channel Beta

[10:28:43.251][NamedPipeServer][Info ] Stop()
[10:28:43.251][HyperV ][Info ] Stop
[10:28:43.267][PowerShell ][Info ] Run script with parameters: -Stop True

[10:28:43.813][Updater ][Info ] Local build 4760 is as good as the remote 4760 on channel Beta
[10:28:48.530][HyperV ][Info ] Kill VM MobyLinuxVM

[10:28:48.545][HyperV ][Info ] VM MobyLinuxVM is stopped
[10:28:48.561][NamedPipeClient][Info ] Received response for Stop
[10:28:48.561][NamedPipeServer][Info ] Stop done.
[10:28:48.561][NamedPipeClient][Info ] Sending Start(Docker.Core.Settings)

[10:28:48.561][NamedPipeServer][Info ] Start(Docker.Core.Settings)
[10:28:48.561][HyperVGuids ][Info ] Installing GUIDs

[10:28:48.576][HyperVGuids ][Info ] GUIDs installed
[10:28:48.576][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe

[10:28:49.482][Firewall ][Info ] Ports are opened
[10:28:49.498][HyperV ][Info ] Create
[10:28:49.498][PowerShell ][Info ] Run script with parameters: -Create True -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso

[10:28:50.513][HyperV ][Info ] Using existing Switch: DockerNAT
[10:28:51.156][HyperV ][Info ] Using existing Switch IP address
[10:28:52.324][HyperV ][Info ] Using existing: MobyLinuxVM
[10:28:52.511][HyperV ][Info ] Setting MobyLinuxVM vm CPUs to 2 and Memory to 2048 MB
[10:28:52.511][ProxyProcess ][Info ] Starting

[10:28:52.511][PowerShell ][Info ] Run script

[10:28:52.558][ProxyProcess ][Info ] Started
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/resolv.conf=nameserver 10.0.75.1
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[],“debug”:false}
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[10:28:52.558][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=false
[10:28:52.620][ProxyProcess ][Info ] Start com.docker.db.exe --git C:\ProgramData\Docker\database --url hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15,\.\pipe\dockerDataBase --color never
[10:28:52.636][ProxyProcess ][Info ] Start com.docker.slirp.exe --ethernet hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15 --dns 10.0.75.1 --port hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15 --debug
[10:28:52.636][ProxyProcess ][Info ] docker proxy (on deprecated port): ready
[10:28:52.636][ProxyProcess ][Info ] poison pill com.docker.service
[10:28:52.636][ProxyProcess ][Info ] dns server: ready
[10:28:52.636][ProxyProcess ][Info ] docker proxy: ready
[10:28:52.669][ProxyProcess ][Info ]
[10:28:52.669][ProxyProcess ][Info ] +000us Datakit Starting com.docker.db

[10:28:52.673][ProxyProcess ][Info ] Manager: connect
[10:28:52.673][ProxyProcess ][Info ] com.docker.slirp.exe: using DNS forwarder on 10.0.75.1:53
[10:28:52.675][ProxyProcess ][Info ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15
[10:28:52.676][ProxyProcess ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[10:28:52.676][ProxyProcess ][Info ] Manager: configuring
[10:28:52.676][ProxyProcess ][Info ] com.docker.slirp.exe: connecting to b1f32a38-3624-4a32-9c31-8c6ccd772c15:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[10:28:52.678][ProxyProcess ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15
[10:28:52.680][ProxyProcess ][Info ] com.docker.slirp.exe: connecting to b1f32a38-3624-4a32-9c31-8c6ccd772c15:0B95756A-9985-48AD-9470-78E060895BE7
[10:28:52.680][ProxyProcess ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://b1f32a38-3624-4a32-9c31-8c6ccd772c15
[10:28:53.777][Database ][Info ] Successfully wrote 9 value(s)
[10:28:53.778][HyperV ][Info ] Start
[10:28:53.779][ProxyProcess ][Info ]
[10:28:53.779][PowerShell ][Info ] Run script with parameters: -Start True

[10:28:53.779][ProxyProcess ][Info ] +000us fs9p [ERROR] dispatcher caught Unix.Unix_error(Unix.EPIPE, “bytes_read”, “”): no more requests will be handled
[10:28:54.254][HyperV ][Info ] Starting VM MobyLinuxVM

[10:28:54.956][HyperV ][Info ] Wait for the VM to get an IP address
[10:28:55.981][HyperV ][Info ] Wait for the VM to get an IP address
[10:28:56.995][HyperV ][Info ] Wait for the VM to get an IP address
[10:28:58.082][HyperV ][Info ] Wait for the VM to get an IP address
[10:28:59.116][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:00.310][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:01.340][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:02.379][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:02.686][ProxyProcess ][Info ] com.docker.slirp.exe: hvsock connected successfully
[10:29:02.688][ProxyProcess ][Info ] com.docker.slirp.exe: PPP.negotiate: received ((magic VMN3T)(version 13)(commit"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"))
[10:29:02.691][ProxyProcess ][Info ] com.docker.slirp.exe: PPP.negotiate: received (Ethernet"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000")
[10:29:02.692][ProxyProcess ][Info ] com.docker.slirp.exe: PPP.negotiate: sending ((mtu 1500)(max_packet_size 1550)(client_macaddr c0:ff:ee:c0:ff:ee))
[10:29:02.691][ProxyProcess ][Info ] Manager: connect
[10:29:02.693][ProxyProcess ][Info ] Manager: configuring
[10:29:02.693][ProxyProcess ][Info ] Manager: Interface to 192.168.65.1 nm 255.255.255.248 gw []
[10:29:02.694][ProxyProcess ][Info ]
[10:29:02.695][ProxyProcess ][Info ] Manager: configuration done
[10:29:02.692][ProxyProcess ][Debug ] com.docker.slirp.exe: accepted vmnet connection
[10:29:02.696][ProxyProcess ][Debug ] com.docker.slirp.exe: Disabling any active packet capture
[10:29:02.696][ProxyProcess ][Info ] com.docker.slirp.exe: PPP.listen: called a second time: doing nothing
[10:29:02.697][ProxyProcess ][Info ] com.docker.slirp.exe: TCP/IP ready
[10:29:02.697][ProxyProcess ][Debug ] com.docker.slirp.exe: UDP 0.0.0.0:68 -> 255.255.255.255:67 len 308
[10:29:02.698][ProxyProcess ][Debug ] com.docker.slirp.exe: Socket.Datagram.input 255.255.255.255:67: ignoring broadcast packet
[10:29:02.698][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREQUEST from 22:d1:30:0a:67:78
[10:29:02.698][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREPLY to 22:d1:30:0a:67:78 yiddr 192.168.65.3 siddr 192.168.65.1 dns 192.168.65.1 router 192.168.65.1 domain local
[10:29:02.699][ProxyProcess ][Debug ] com.docker.slirp.exe: lease database updated
[10:29:02.699][ProxyProcess ][Debug ] com.docker.slirp.exe: UDP 0.0.0.0:68 -> 255.255.255.255:67 len 308
[10:29:02.700][ProxyProcess ][Debug ] com.docker.slirp.exe: Socket.Datagram.input 255.255.255.255:67: ignoring broadcast packet
[10:29:02.700][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREQUEST from 22:d1:30:0a:67:78
[10:29:02.701][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREPLY to 22:d1:30:0a:67:78 yiddr 192.168.65.3 siddr 192.168.65.1 dns 192.168.65.1 router 192.168.65.1 domain local
[10:29:02.701][ProxyProcess ][Debug ] com.docker.slirp.exe: lease database updated
[10:29:02.735][ProxyProcess ][Debug ] com.docker.slirp.exe: UDP 0.0.0.0:68 -> 255.255.255.255:67 len 308
[10:29:02.735][ProxyProcess ][Debug ] com.docker.slirp.exe: Socket.Datagram.input 255.255.255.255:67: ignoring broadcast packet
[10:29:02.736][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREQUEST from c0:ff:ee:c0:ff:ee
[10:29:02.737][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREPLY to ff:ff:ff:ff:ff:ff yiddr 0.0.0.0 siddr 0.0.0.0 dns none router none domain unknown
[10:29:02.737][ProxyProcess ][Debug ] com.docker.slirp.exe: lease database updated
[10:29:03.470][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:04.484][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:05.644][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:05.843][ProxyProcess ][Debug ] com.docker.slirp.exe: UDP 0.0.0.0:68 -> 255.255.255.255:67 len 308
[10:29:05.844][ProxyProcess ][Debug ] com.docker.slirp.exe: Socket.Datagram.input 255.255.255.255:67: ignoring broadcast packet
[10:29:05.844][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREQUEST from c0:ff:ee:c0:ff:ee
[10:29:05.845][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREPLY to c0:ff:ee:c0:ff:ee yiddr 192.168.65.2 siddr 192.168.65.1 dns 192.168.65.1 router 192.168.65.1 domain local
[10:29:05.845][ProxyProcess ][Debug ] com.docker.slirp.exe: lease database updated
[10:29:05.915][ProxyProcess ][Debug ] com.docker.slirp.exe: UDP 0.0.0.0:68 -> 255.255.255.255:67 len 308
[10:29:05.915][ProxyProcess ][Debug ] com.docker.slirp.exe: Socket.Datagram.input 255.255.255.255:67: ignoring broadcast packet
[10:29:05.916][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREQUEST from c0:ff:ee:c0:ff:ee
[10:29:05.917][ProxyProcess ][Debug ] com.docker.slirp.exe: BOOTREPLY to c0:ff:ee:c0:ff:ee yiddr 192.168.65.2 siddr 192.168.65.1 dns 192.168.65.1 router 192.168.65.1 domain local
[10:29:05.917][ProxyProcess ][Debug ] com.docker.slirp.exe: lease database updated
[10:29:06.682][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:07.728][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:08.688][ProxyProcess ][Info ] com.docker.slirp.exe: hvsock connected successfully
[10:29:08.698][ProxyProcess ][Debug ] com.docker.slirp.exe: C ((tag ())
[10:29:08.699][ProxyProcess ][Info ] (payload
[10:29:08.700][ProxyProcess ][Info ] (Version
[10:29:08.700][ProxyProcess ][Info ] ((msize 8192) (version TwoThousand)))))
[10:29:08.701][ProxyProcess ][Debug ] com.docker.slirp.exe: S ((tag ())
[10:29:08.702][ProxyProcess ][Info ] (payload
[10:29:08.702][ProxyProcess ][Info ] (Version
[10:29:08.703][ProxyProcess ][Info ] ((msize 8192) (version TwoThousand)))))
[10:29:08.703][ProxyProcess ][Info ] com.docker.slirp.exe: Using protocol TwoThousand msize 8192
[10:29:08.704][ProxyProcess ][Debug ] com.docker.slirp.exe: C ((tag (1))
[10:29:08.704][ProxyProcess ][Info ] (payload
[10:29:08.705][ProxyProcess ][Info ] (Attach
[10:29:08.706][ProxyProcess ][Info ] ((fid 0) (afid -1) (uname nobody)
[10:29:08.707][ProxyProcess ][Info ] (aname “”) (n_uname ())))))
[10:29:08.707][ProxyProcess ][Debug ] com.docker.slirp.exe: S ((tag (1))
[10:29:08.708][ProxyProcess ][Info ] (payload
[10:29:08.709][ProxyProcess ][Info ] (Attach
[10:29:08.709][ProxyProcess ][Info ] ((qid
[10:29:08.710][ProxyProcess ][Info ] ((flags (Directory)) (version 0) (id 0)))))))
[10:29:08.710][ProxyProcess ][Info ] com.docker.slirp.exe: Client connected to 9P port control server
[10:29:08.711][ProxyProcess ][Debug ] com.docker.slirp.exe: C ((tag (1)) (payload (Stat ((fid 0)))))
[10:29:08.712][ProxyProcess ][Debug ] com.docker.slirp.exe: S ((tag (1))
[10:29:08.712][ProxyProcess ][Info ] (payload
[10:29:08.713][ProxyProcess ][Info ] (Stat
[10:29:08.714][ProxyProcess ][Info ] ((stat
[10:29:08.714][ProxyProcess ][Info ] ((ty 65535) (dev -1)
[10:29:08.715][ProxyProcess ][Info ] (qid ((flags ()) (version 0) (id 3)))
[10:29:08.715][ProxyProcess ][Info ] (mode
[10:29:08.716][ProxyProcess ][Info ] ((owner (Read Write Execute))
[10:29:08.716][ProxyProcess ][Info ] (group (Read Write Execute))
[10:29:08.717][ProxyProcess ][Info ] (other (Read Write Execute))
[10:29:08.717][ProxyProcess ][Info ] (is_directory true)
[10:29:08.718][ProxyProcess ][Info ] (append_only false) (exclusive false)
[10:29:08.718][ProxyProcess ][Info ] (is_mount false) (is_auth false)
[10:29:08.719][ProxyProcess ][Info ] (temporary false) (is_device false)
[10:29:08.719][ProxyProcess ][Info ] (is_symlink false)
[10:29:08.720][ProxyProcess ][Info ] (is_hardlink false)
[10:29:08.720][ProxyProcess ][Info ] (is_namedpipe false)
[10:29:08.721][ProxyProcess ][Info ] (is_socket false) (is_setuid false)
[10:29:08.722][ProxyProcess ][Info ] (is_setgid false) (is_any false)))
[10:29:08.722][ProxyProcess ][Info ] (atime 1146711721) (mtime 1146711721)
[10:29:08.723][ProxyProcess ][Info ] (length 0) (name “”) (uid uid)
[10:29:08.723][ProxyProcess ][Info ] (gid gid) (muid muid) (u ())))))))
[10:29:08.818][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:09.860][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:09.907][ProxyProcess ][Debug ] com.docker.slirp.exe: C ((tag (1)) (payload (Stat ((fid 0)))))
[10:29:09.908][ProxyProcess ][Debug ] com.docker.slirp.exe: S ((tag (1))
[10:29:09.909][ProxyProcess ][Info ] (payload
[10:29:09.909][ProxyProcess ][Info ] (Stat
[10:29:09.915][ProxyProcess ][Info ] ((stat
[10:29:09.915][ProxyProcess ][Info ] ((ty 65535) (dev -1)
[10:29:09.916][ProxyProcess ][Info ] (qid ((flags ()) (version 0) (id 4)))
[10:29:09.916][ProxyProcess ][Info ] (mode
[10:29:09.917][ProxyProcess ][Info ] ((owner (Read Write Execute))
[10:29:09.917][ProxyProcess ][Info ] (group (Read Write Execute))
[10:29:09.917][ProxyProcess ][Info ] (other (Read Write Execute))
[10:29:09.918][ProxyProcess ][Info ] (is_directory true)
[10:29:09.918][ProxyProcess ][Info ] (append_only false) (exclusive false)
[10:29:09.919][ProxyProcess ][Info ] (is_mount false) (is_auth false)
[10:29:09.919][ProxyProcess ][Info ] (temporary false) (is_device false)
[10:29:09.919][ProxyProcess ][Info ] (is_symlink false)
[10:29:09.920][ProxyProcess ][Info ] (is_hardlink false)
[10:29:09.920][ProxyProcess ][Info ] (is_namedpipe false)
[10:29:09.921][ProxyProcess ][Info ] (is_socket false) (is_setuid false)
[10:29:09.921][ProxyProcess ][Info ] (is_setgid false) (is_any false)))
[10:29:09.921][ProxyProcess ][Info ] (atime 1146711721) (mtime 1146711721)
[10:29:09.922][ProxyProcess ][Info ] (length 0) (name “”) (uid uid)
[10:29:09.922][ProxyProcess ][Info ] (gid gid) (muid muid) (u ())))))))
[10:29:09.922][ProxyProcess ][Debug ] com.docker.slirp.exe: C ((tag (1)) (payload (Stat ((fid 0)))))
[10:29:09.923][ProxyProcess ][Debug ] com.docker.slirp.exe: S ((tag (1))
[10:29:09.923][ProxyProcess ][Info ] (payload
[10:29:09.924][ProxyProcess ][Info ] (Stat
[10:29:09.924][ProxyProcess ][Info ] ((stat
[10:29:09.926][ProxyProcess ][Info ] ((ty 65535) (dev -1)
[10:29:09.926][ProxyProcess ][Info ] (qid ((flags ()) (version 0) (id 5)))
[10:29:09.926][ProxyProcess ][Info ] (mode
[10:29:09.926][ProxyProcess ][Info ] ((owner (Read Write Execute))
[10:29:09.927][ProxyProcess ][Info ] (group (Read Write Execute))
[10:29:09.927][ProxyProcess ][Info ] (other (Read Write Execute))
[10:29:09.928][ProxyProcess ][Info ] (is_directory true)
[10:29:09.928][ProxyProcess ][Info ] (append_only false) (exclusive false)
[10:29:09.929][ProxyProcess ][Info ] (is_mount false) (is_auth false)
[10:29:09.929][ProxyProcess ][Info ] (temporary false) (is_device false)
[10:29:09.930][ProxyProcess ][Info ] (is_symlink false)
[10:29:09.930][ProxyProcess ][Info ] (is_hardlink false)
[10:29:09.931][ProxyProcess ][Info ] (is_namedpipe false)
[10:29:09.931][ProxyProcess ][Info ] (is_socket false) (is_setuid false)
[10:29:09.931][ProxyProcess ][Info ] (is_setgid false) (is_any false)))
[10:29:09.932][ProxyProcess ][Info ] (atime 1146711721) (mtime 1146711721)
[10:29:09.932][ProxyProcess ][Info ] (length 0) (name “”) (uid uid)
[10:29:09.933][ProxyProcess ][Info ] (gid gid) (muid muid) (u ())))))))
[10:29:10.736][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:29:10.737][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bbf8] 192.168.65.2:56728 -> 192.168.65.1 bbf8 Query:0 na:c:r:rn 0 <qs:moby.local. <A|IN>> an: au: ad:
[10:29:10.738][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bbf8] Forwarding to 10.0.75.1
[10:29:11.083][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:12.097][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:13.110][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:13.238][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bbf8] 192.168.65.2:56728 -> 192.168.65.1 bbf8 Query:0 na:c:r:rn 0 <qs:moby.local. <A|IN>> an: au: ad:
[10:29:13.238][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bbf8] Retry
[10:29:13.239][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bbf8] Forwarding to 10.0.75.1
[10:29:14.186][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:15.198][HyperV ][Info ] Wait for the VM to get an IP address
[10:29:15.739][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bbf8] recv failed with Lwt.Canceled
[10:29:15.739][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bbf8] timed out after 5s

Full log file (Part 2)

[10:29:16.454][ProxyProcess ][Info ] proxy >> GET /v1.24/containers/json
[10:29:16.454][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:29:16.461][ProxyProcess ][Info ] proxy << GET /v1.24/containers/json
[10:29:16.462][Cmd ][Info ] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[10:29:16.469][DockerDaemonChecker][Info ] Docker daemon is running
[10:29:16.469][NamedPipeServer][Info ] Start done.
[10:29:16.470][NamedPipeClient][Info ] Received response for Start
[10:29:16.483][Notifications ][Info ] Docker is running
[10:29:16.484][Mixpanel ][Info ] Usage Statistic: appRunning
[10:29:18.238][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bbf8] recv failed with Lwt.Canceled
[10:29:18.239][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bbf8] timed out after 5s
[10:29:41.850][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create [rewriteBinds]
[10:29:41.850][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create
[10:29:41.851][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:29:41.854][ProxyProcess ][Info ] proxy << POST /v1.24/containers/create
[10:29:41.856][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:29:41.856][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:29:41.903][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:29:41.940][ProxyProcess ][Info ] proxy >> POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:29:41.940][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:29:41.948][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ae0b] 192.168.65.2:51311 -> 192.168.65.1 ae0b Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:29:41.949][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ae0b] Forwarding to 10.0.75.1
[10:29:41.950][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[b2af] 192.168.65.2:58562 -> 192.168.65.1 b2af Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:29:41.950][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[b2af] Forwarding to 10.0.75.1
[10:29:46.946][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[862c] 192.168.65.2:60700 -> 192.168.65.1 862c Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:29:46.948][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[862c] Forwarding to 10.0.75.1
[10:29:46.950][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7bbd] 192.168.65.2:53771 -> 192.168.65.1 7bbd Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:29:46.951][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7bbd] Forwarding to 10.0.75.1
[10:29:46.952][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[b2af] recv failed with Lwt.Canceled
[10:29:46.954][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[b2af] timed out after 5s
[10:29:46.956][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ae0b] recv failed with Lwt.Canceled
[10:29:46.958][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ae0b] timed out after 5s
[10:29:46.959][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:29:51.944][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[4537] 192.168.65.2:33533 -> 192.168.65.1 4537 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:29:51.945][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[4537] Forwarding to 10.0.75.1
[10:29:51.947][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2b7e] 192.168.65.2:41445 -> 192.168.65.1 2b7e Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:29:51.948][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2b7e] Forwarding to 10.0.75.1
[10:29:51.949][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[862c] recv failed with Lwt.Canceled
[10:29:51.950][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[862c] timed out after 5s
[10:29:51.951][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7bbd] recv failed with Lwt.Canceled
[10:29:51.952][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7bbd] timed out after 5s
[10:29:56.934][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[fd1b] 192.168.65.2:43222 -> 192.168.65.1 fd1b Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:29:56.935][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[fd1b] Forwarding to 10.0.75.1
[10:29:56.936][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bdfe] 192.168.65.2:40353 -> 192.168.65.1 bdfe Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:29:56.936][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bdfe] Forwarding to 10.0.75.1
[10:29:56.942][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5270] 192.168.65.2:45654 -> 192.168.65.1 5270 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:29:56.943][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5270] Forwarding to 10.0.75.1
[10:29:56.943][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8ae4] 192.168.65.2:49105 -> 192.168.65.1 8ae4 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:29:56.944][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8ae4] Forwarding to 10.0.75.1
[10:29:56.946][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[4537] recv failed with Lwt.Canceled
[10:29:56.946][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[4537] timed out after 5s
[10:29:56.947][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2b7e] recv failed with Lwt.Canceled
[10:29:56.947][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2b7e] timed out after 5s
[10:30:01.933][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3ba6] 192.168.65.2:54483 -> 192.168.65.1 3ba6 Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:30:01.933][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3ba6] Forwarding to 10.0.75.1
[10:30:01.936][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bdfe] recv failed with Lwt.Canceled
[10:30:01.936][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bdfe] timed out after 5s
[10:30:01.937][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[fd1b] recv failed with Lwt.Canceled
[10:30:01.937][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[fd1b] timed out after 5s
[10:30:01.938][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76af] 192.168.65.2:43918 -> 192.168.65.1 76af Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:30:01.938][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76af] Forwarding to 10.0.75.1
[10:30:01.943][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5270] recv failed with Lwt.Canceled
[10:30:01.943][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5270] timed out after 5s
[10:30:01.944][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8ae4] recv failed with Lwt.Canceled
[10:30:01.944][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8ae4] timed out after 5s
[10:30:06.930][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[82a6] 192.168.65.2:43703 -> 192.168.65.1 82a6 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:30:06.931][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[82a6] Forwarding to 10.0.75.1
[10:30:06.931][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5732] 192.168.65.2:35900 -> 192.168.65.1 5732 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:30:06.932][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5732] Forwarding to 10.0.75.1
[10:30:06.933][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3ba6] recv failed with Lwt.Canceled
[10:30:06.933][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3ba6] timed out after 5s
[10:30:06.936][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76af] recv failed with Lwt.Canceled
[10:30:06.936][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76af] timed out after 5s
[10:30:11.928][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[db8f] 192.168.65.2:59229 -> 192.168.65.1 db8f Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:30:11.929][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[db8f] Forwarding to 10.0.75.1
[10:30:11.930][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ab75] 192.168.65.2:45926 -> 192.168.65.1 ab75 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:30:11.930][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ab75] Forwarding to 10.0.75.1
[10:30:11.931][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[82a6] recv failed with Lwt.Canceled
[10:30:11.932][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[82a6] timed out after 5s
[10:30:11.932][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5732] recv failed with Lwt.Canceled
[10:30:11.933][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5732] timed out after 5s
[10:30:16.927][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:30:16.929][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ab75] recv failed with Lwt.Canceled
[10:30:16.929][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ab75] timed out after 5s
[10:30:16.938][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[db8f] recv failed with Lwt.Canceled
[10:30:16.939][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[db8f] timed out after 5s
[10:51:17.125][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create [rewriteBinds]
[10:51:17.126][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create
[10:51:17.127][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:51:17.132][ProxyProcess ][Info ] proxy << POST /v1.24/containers/create
[10:51:17.133][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:51:17.134][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:51:17.136][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:51:17.162][ProxyProcess ][Info ] proxy >> POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:51:17.163][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:51:17.164][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[b674] 192.168.65.2:40945 -> 192.168.65.1 b674 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:51:17.165][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[b674] Forwarding to 10.0.75.1
[10:51:17.166][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1cde] 192.168.65.2:46412 -> 192.168.65.1 1cde Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:51:17.168][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1cde] Forwarding to 10.0.75.1
[10:51:22.165][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[d001] 192.168.65.2:55137 -> 192.168.65.1 d001 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:51:22.167][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[d001] Forwarding to 10.0.75.1
[10:51:22.169][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[b674] recv failed with Lwt.Canceled
[10:51:22.171][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[b674] timed out after 5s
[10:51:22.173][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1cde] recv failed with Lwt.Canceled
[10:51:22.174][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1cde] timed out after 5s
[10:51:22.175][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5de2] 192.168.65.2:42692 -> 192.168.65.1 5de2 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:51:22.177][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5de2] Forwarding to 10.0.75.1
[10:51:22.178][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:51:27.165][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9221] 192.168.65.2:33467 -> 192.168.65.1 9221 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:51:27.166][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9221] Forwarding to 10.0.75.1
[10:51:27.166][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[d001] recv failed with Lwt.Canceled
[10:51:27.168][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[d001] timed out after 5s
[10:51:27.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[46b5] 192.168.65.2:46414 -> 192.168.65.1 46b5 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:51:27.170][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[46b5] Forwarding to 10.0.75.1
[10:51:27.171][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5de2] recv failed with Lwt.Canceled
[10:51:27.172][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5de2] timed out after 5s
[10:51:32.165][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3c03] 192.168.65.2:41225 -> 192.168.65.1 3c03 Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:51:32.166][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3c03] Forwarding to 10.0.75.1
[10:51:32.166][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9221] recv failed with Lwt.Canceled
[10:51:32.167][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9221] timed out after 5s
[10:51:32.168][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[d291] 192.168.65.2:48759 -> 192.168.65.1 d291 Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:51:32.168][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[d291] Forwarding to 10.0.75.1
[10:51:32.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2272] 192.168.65.2:50804 -> 192.168.65.1 2272 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:51:32.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2272] Forwarding to 10.0.75.1
[10:51:32.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[46b5] recv failed with Lwt.Canceled
[10:51:32.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[46b5] timed out after 5s
[10:51:32.171][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7b51] 192.168.65.2:44768 -> 192.168.65.1 7b51 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:51:32.171][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7b51] Forwarding to 10.0.75.1
[10:51:37.165][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[225c] 192.168.65.2:37347 -> 192.168.65.1 225c Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:51:37.166][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[225c] Forwarding to 10.0.75.1
[10:51:37.167][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3c03] recv failed with Lwt.Canceled
[10:51:37.167][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3c03] timed out after 5s
[10:51:37.168][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[d291] recv failed with Lwt.Canceled
[10:51:37.168][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[d291] timed out after 5s
[10:51:37.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[0988] 192.168.65.2:55022 -> 192.168.65.1 0988 Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:51:37.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[0988] Forwarding to 10.0.75.1
[10:51:37.169][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2272] recv failed with Lwt.Canceled
[10:51:37.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2272] timed out after 5s
[10:51:37.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7b51] recv failed with Lwt.Canceled
[10:51:37.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7b51] timed out after 5s
[10:51:42.166][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[225c] recv failed with Lwt.Canceled
[10:51:42.167][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[225c] timed out after 5s
[10:51:42.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e1d] 192.168.65.2:45724 -> 192.168.65.1 5e1d Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:51:42.171][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e1d] Forwarding to 10.0.75.1
[10:51:42.172][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[0988] recv failed with Lwt.Canceled
[10:51:42.174][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[0988] timed out after 5s
[10:51:42.175][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6488] 192.168.65.2:59226 -> 192.168.65.1 6488 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:51:42.176][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6488] Forwarding to 10.0.75.1
[10:51:47.167][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[28f5] 192.168.65.2:56822 -> 192.168.65.1 28f5 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:51:47.168][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[28f5] Forwarding to 10.0.75.1
[10:51:47.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3155] 192.168.65.2:54359 -> 192.168.65.1 3155 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:51:47.169][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3155] Forwarding to 10.0.75.1
[10:51:47.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e1d] recv failed with Lwt.Canceled
[10:51:47.170][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e1d] timed out after 5s
[10:51:47.171][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6488] recv failed with Lwt.Canceled
[10:51:47.171][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6488] timed out after 5s
[10:51:52.174][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[28f5] recv failed with Lwt.Canceled
[10:51:52.174][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[28f5] timed out after 5s
[10:51:52.175][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3155] recv failed with Lwt.Canceled
[10:51:52.176][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3155] timed out after 5s
[10:51:52.182][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:52:43.047][ProxyProcess ][Info ] proxy >> GET /v1.24/containers/json
[10:52:43.047][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:52:43.049][ProxyProcess ][Info ] proxy << GET /v1.24/containers/json
[10:52:50.928][ProxyProcess ][Info ] proxy >> GET /v1.24/version
[10:52:50.928][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:52:50.930][ProxyProcess ][Info ] proxy << GET /v1.24/version
[10:52:58.281][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:52:58.281][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:52:58.284][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:53:17.246][ProxyProcess ][Info ] proxy >> GET /v1.24/networks
[10:53:17.246][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:53:17.249][ProxyProcess ][Info ] proxy << GET /v1.24/networks
[10:53:41.730][ProxyProcess ][Info ] proxy >> GET /v1.24/networks/bc74413c127a
[10:53:41.730][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:53:41.732][ProxyProcess ][Info ] proxy << GET /v1.24/networks/bc74413c127a
[10:53:53.230][ProxyProcess ][Info ] proxy >> GET /v1.24/networks/7b168957dcd9
[10:53:53.231][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:53:53.234][ProxyProcess ][Info ] proxy << GET /v1.24/networks/7b168957dcd9
[10:54:02.019][ProxyProcess ][Info ] proxy >> GET /v1.24/networks/10701b77facb
[10:54:02.019][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:54:02.021][ProxyProcess ][Info ] proxy << GET /v1.24/networks/10701b77facb
[10:54:20.232][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create [rewriteBinds]
[10:54:20.233][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create
[10:54:20.233][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:54:20.235][ProxyProcess ][Info ] proxy << POST /v1.24/containers/create
[10:54:20.237][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:54:20.238][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:54:20.240][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:54:20.263][ProxyProcess ][Info ] proxy >> POST /v1.24/images/create?fromImage=hello-world&tag=latest

Full log file (Part 3)

[10:54:20.264][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:54:20.265][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f021] 192.168.65.2:53141 -> 192.168.65.1 f021 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:54:20.266][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f021] Forwarding to 10.0.75.1
[10:54:20.266][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1fe9] 192.168.65.2:43311 -> 192.168.65.1 1fe9 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:54:20.267][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1fe9] Forwarding to 10.0.75.1
[10:54:25.266][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f021] recv failed with Lwt.Canceled
[10:54:25.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f021] timed out after 5s
[10:54:25.272][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1fe9] recv failed with Lwt.Canceled
[10:54:25.274][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1fe9] timed out after 5s
[10:54:25.276][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[e788] 192.168.65.2:50722 -> 192.168.65.1 e788 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:54:25.278][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[e788] Forwarding to 10.0.75.1
[10:54:25.281][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ed6f] 192.168.65.2:38267 -> 192.168.65.1 ed6f Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:54:25.283][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ed6f] Forwarding to 10.0.75.1
[10:54:25.285][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:54:30.266][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f659] 192.168.65.2:46080 -> 192.168.65.1 f659 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:54:30.267][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f659] Forwarding to 10.0.75.1
[10:54:30.268][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[fbed] 192.168.65.2:53590 -> 192.168.65.1 fbed Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:54:30.268][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[fbed] Forwarding to 10.0.75.1
[10:54:30.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[e788] recv failed with Lwt.Canceled
[10:54:30.270][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[e788] timed out after 5s
[10:54:30.271][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ed6f] recv failed with Lwt.Canceled
[10:54:30.271][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ed6f] timed out after 5s
[10:54:35.266][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7c8e] 192.168.65.2:40565 -> 192.168.65.1 7c8e Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:54:35.267][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7c8e] Forwarding to 10.0.75.1
[10:54:35.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f659] recv failed with Lwt.Canceled
[10:54:35.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f659] timed out after 5s
[10:54:35.270][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9b77] 192.168.65.2:47682 -> 192.168.65.1 9b77 Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:54:35.271][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9b77] Forwarding to 10.0.75.1
[10:54:35.272][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[fbed] recv failed with Lwt.Canceled
[10:54:35.273][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[fbed] timed out after 5s
[10:54:35.274][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cc70] 192.168.65.2:60514 -> 192.168.65.1 cc70 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:54:35.275][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cc70] Forwarding to 10.0.75.1
[10:54:35.276][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7690] 192.168.65.2:45000 -> 192.168.65.1 7690 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:54:35.277][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[7690] Forwarding to 10.0.75.1
[10:54:40.267][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7c8e] recv failed with Lwt.Canceled
[10:54:40.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7c8e] timed out after 5s
[10:54:40.270][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ea0e] 192.168.65.2:54876 -> 192.168.65.1 ea0e Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:54:40.271][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ea0e] Forwarding to 10.0.75.1
[10:54:40.273][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9b77] recv failed with Lwt.Canceled
[10:54:40.274][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9b77] timed out after 5s
[10:54:40.275][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[35a9] 192.168.65.2:43120 -> 192.168.65.1 35a9 Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:54:40.276][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[35a9] Forwarding to 10.0.75.1
[10:54:40.277][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cc70] recv failed with Lwt.Canceled
[10:54:40.278][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cc70] timed out after 5s
[10:54:40.279][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7690] recv failed with Lwt.Canceled
[10:54:40.280][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[7690] timed out after 5s
[10:54:45.267][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1d36] 192.168.65.2:58149 -> 192.168.65.1 1d36 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:54:45.269][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1d36] Forwarding to 10.0.75.1
[10:54:45.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ea0e] recv failed with Lwt.Canceled
[10:54:45.270][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ea0e] timed out after 5s
[10:54:45.271][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1625] 192.168.65.2:49833 -> 192.168.65.1 1625 Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:54:45.272][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[1625] Forwarding to 10.0.75.1
[10:54:45.273][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[35a9] recv failed with Lwt.Canceled
[10:54:45.273][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[35a9] timed out after 5s
[10:54:49.088][FeedbackSettings][Info ] Open logs
[10:54:50.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1d36] recv failed with Lwt.Canceled
[10:54:50.269][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1d36] timed out after 5s
[10:54:50.270][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[42fb] 192.168.65.2:45637 -> 192.168.65.1 42fb Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:54:50.271][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[42fb] Forwarding to 10.0.75.1
[10:54:50.272][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[50cc] 192.168.65.2:35392 -> 192.168.65.1 50cc Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:54:50.273][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[50cc] Forwarding to 10.0.75.1
[10:54:50.275][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1625] recv failed with Lwt.Canceled
[10:54:50.275][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[1625] timed out after 5s
[10:54:55.268][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[42fb] recv failed with Lwt.Canceled
[10:54:55.270][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[42fb] timed out after 5s
[10:54:55.271][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[50cc] recv failed with Lwt.Canceled
[10:54:55.269][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:54:55.272][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[50cc] timed out after 5s
[10:57:59.189][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create [rewriteBinds]
[10:57:59.190][ProxyProcess ][Info ] proxy >> POST /v1.24/containers/create
[10:57:59.191][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.194][ProxyProcess ][Info ] proxy << POST /v1.24/containers/create
[10:57:59.195][ProxyProcess ][Info ] proxy >> GET /v1.24/info
[10:57:59.196][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.198][ProxyProcess ][Info ] proxy << GET /v1.24/info
[10:57:59.221][ProxyProcess ][Info ] proxy >> POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:57:59.221][ProxyProcess ][Info ] Dial Hyper-V socket b1f32a38-3624-4a32-9c31-8c6ccd772c15:23a432c2-537a-4291-bcb5-d62504644739
[10:57:59.222][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] 192.168.65.2:38378 -> 192.168.65.1 bb15 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:57:59.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[bb15] Forwarding to 10.0.75.1
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] 192.168.65.2:48134 -> 192.168.65.1 a57a Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:57:59.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[a57a] Forwarding to 10.0.75.1
[10:58:04.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] 192.168.65.2:47522 -> 192.168.65.1 dc46 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <A|IN>> an: au: ad:
[10:58:04.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[dc46] Forwarding to 10.0.75.1
[10:58:04.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] recv failed with Lwt.Canceled
[10:58:04.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[bb15] timed out after 5s
[10:58:04.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] recv failed with Lwt.Canceled
[10:58:04.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[a57a] timed out after 5s
[10:58:04.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3327] 192.168.65.2:41954 -> 192.168.65.1 3327 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io. <AAAA|IN>> an: au: ad:
[10:58:04.231][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[3327] Forwarding to 10.0.75.1
[10:58:04.232][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:58:09.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9063] 192.168.65.2:60027 -> 192.168.65.1 9063 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:09.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[9063] Forwarding to 10.0.75.1
[10:58:09.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[dc46] recv failed with Lwt.Canceled
[10:58:09.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[dc46] timed out after 5s
[10:58:09.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e5e] 192.168.65.2:53700 -> 192.168.65.1 5e5e Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:58:09.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[5e5e] Forwarding to 10.0.75.1
[10:58:09.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3327] recv failed with Lwt.Canceled
[10:58:09.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[3327] timed out after 5s
[10:58:14.223][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f2fc] 192.168.65.2:53161 -> 192.168.65.1 f2fc Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:58:14.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[f2fc] Forwarding to 10.0.75.1
[10:58:14.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9063] recv failed with Lwt.Canceled
[10:58:14.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[9063] timed out after 5s
[10:58:14.226][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[aede] 192.168.65.2:44426 -> 192.168.65.1 aede Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:58:14.227][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[aede] Forwarding to 10.0.75.1
[10:58:14.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e5e] recv failed with Lwt.Canceled
[10:58:14.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[5e5e] timed out after 5s
[10:58:14.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2dc0] 192.168.65.2:33183 -> 192.168.65.1 2dc0 Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <A|IN>> an: au: ad:
[10:58:14.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[2dc0] Forwarding to 10.0.75.1
[10:58:14.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8a0a] 192.168.65.2:42645 -> 192.168.65.1 8a0a Query:0 na:c:r:rn 0 <qs:registry-1.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:14.230][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[8a0a] Forwarding to 10.0.75.1
[10:58:19.224][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f2fc] recv failed with Lwt.Canceled
[10:58:19.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[f2fc] timed out after 5s
[10:58:19.227][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ca6b] 192.168.65.2:49162 -> 192.168.65.1 ca6b Query:0 na:c:r:rn 0 <qs:index.docker.io. <A|IN>> an: au: ad:
[10:58:19.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[ca6b] Forwarding to 10.0.75.1
[10:58:19.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[aede] recv failed with Lwt.Canceled
[10:58:19.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[aede] timed out after 5s
[10:58:19.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2dc0] recv failed with Lwt.Canceled
[10:58:19.232][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[2dc0] timed out after 5s
[10:58:19.233][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[51a9] 192.168.65.2:59572 -> 192.168.65.1 51a9 Query:0 na:c:r:rn 0 <qs:index.docker.io. <AAAA|IN>> an: au: ad:
[10:58:19.234][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[51a9] Forwarding to 10.0.75.1
[10:58:19.235][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8a0a] recv failed with Lwt.Canceled
[10:58:19.236][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[8a0a] timed out after 5s
[10:58:24.224][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[434e] 192.168.65.2:59559 -> 192.168.65.1 434e Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:24.225][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[434e] Forwarding to 10.0.75.1
[10:58:24.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ca6b] recv failed with Lwt.Canceled
[10:58:24.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[ca6b] timed out after 5s
[10:58:24.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6e4c] 192.168.65.2:45021 -> 192.168.65.1 6e4c Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:58:24.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[6e4c] Forwarding to 10.0.75.1
[10:58:24.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[51a9] recv failed with Lwt.Canceled
[10:58:24.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[51a9] timed out after 5s
[10:58:29.225][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[434e] recv failed with Lwt.Canceled
[10:58:29.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[434e] timed out after 5s
[10:58:29.228][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76ac] 192.168.65.2:35423 -> 192.168.65.1 76ac Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <A|IN>> an: au: ad:
[10:58:29.229][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[76ac] Forwarding to 10.0.75.1
[10:58:29.230][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6e4c] recv failed with Lwt.Canceled
[10:58:29.231][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[6e4c] timed out after 5s
[10:58:29.233][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cf1b] 192.168.65.2:52854 -> 192.168.65.1 cf1b Query:0 na:c:r:rn 0 <qs:index.docker.io.local. <AAAA|IN>> an: au: ad:
[10:58:29.234][ProxyProcess ][Debug ] com.docker.slirp.exe: DNS[cf1b] Forwarding to 10.0.75.1
[10:58:29.235][ProxyProcess ][Debug ] com.docker.slirp.exe: ARP responding to: who-has 192.168.65.1?
[10:58:34.226][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76ac] recv failed with Lwt.Canceled
[10:58:34.227][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[76ac] timed out after 5s
[10:58:34.228][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cf1b] recv failed with Lwt.Canceled
[10:58:34.229][ProxyProcess ][Error ] com.docker.slirp.exe: DNS[cf1b] timed out after 5s
[10:58:34.226][ProxyProcess ][Info ] proxy << POST /v1.24/images/create?fromImage=hello-world&tag=latest
[10:58:36.945][FeedbackSettings][Info ] Open logs

Same here.

  • 1.12.0-rc2-beta16 (build: 4760) 999af1e
  • Win 10 Enterprise 10.0.10586 Build 10586
  • Latest drivers from Lenovo/Microsoft (as of today, 2016-06-29)
  • IntelÂź Ethernet Connection I217-LM
  • IntelÂź Dual Band Wireless-AC 7260

This laptop was imaged to a corporate image a week ago. I did have VirtualBox installed, but I did the cleanest uninstall I could, rebooted, and installed Docker. Cisco Anyconnect VPN is installed, but not connected.

Will provide logs on request, but I don’t see anything in mine which looks significantly different from OP (first ERROR is com.docker.slirp.exe: DNS[b1b2] recv failed with Lwt.Canceled).

Quick update:
Upgraded docker to beta17 (build: 5022) which got pushed today. Issue persists on this build.

On my DELL XPS, Docker for Windows runs great.

Now time to migrate from Vagrant to Docker on my Desktop. FAILED.

Had a slightly dated build of the Beta. It ran last time I tried it.

Had the Windows version that running on top of VirtualBox. It runs fine.

So
 I downloaded latest Beta and installed including the enabling of Hyper-V.

It completed and said go for it!!

Running: docker run ‘hello-world’ timed out “Wait for the VM to get an IP address”.

Jumped through many hoops without success. I uninstalled all dockers and removed Network interfaces that referenced DockerNAT. Rebooted and reinstalled. Still same error.

I stopped short of uninstalling my VirtualBox cause I need to switch back to Vagrant if needed.

Does anyone have a similar problem?

Is there a way to perhaps ‘more completely’ remove all traces of Docker in order to do a ‘fresh’ install.

Thanks for any input. :slight_smile:

I’m having the same issues with the latest beta (17). After several uninstalls/reinstalls beta 16 had worked temporarily until I rebooted my machine then it went back to the broken state. It’s been an extremely frustrating process to say the least


1 Like

Same here with beta17. Running on a Windows 10 Pro, Build 10586.420.

Having a massively frustrating time with this now. I have one machine where this all works fine and the other doesn’t. I’ve tried disabling IPv6 etc. (but on the device that works I don’t have to). Nothing seems to work - Docker Pull commands just time out. Logs show DNS is working.

What on earth do I do to fix this? This doesn’t feel RC worthy.

2 Likes

I don’t see this RC worthy as well. Hopefully someone from the Docker team will respond after the weekend.

I had same issue and I ended changing the boot order for the VM through Hyper-Manager. I put the vhdx at the top of the order rather than the ISO, Then rebooted the VM and everything worked. Not sure why yet, but it ended up working.

Yeah there are so many problems
 I am going back to Docker Toolbox, but can’t wait untill this is stable!

1 Like

Thanks for reporting this. We’ve seen this problem for other users with (Cisco AnyConnect) VPN software installed, and @quaestor has that too. @dockerwindows do you have any VPN software on your system?

We’re working on making Docker for Windows work better with VPN and proxy software.

Hi Michael,

Yes, I do have Cisco AnyConnect Secure Mobility Client version 4.1.06020 installed. But I wasn’t using VPN when I did these tests.

I can try to uninstall AnyConnect, install Docker, reinstall AnyConnect. Would that be a workaround? I can’t permanently remove AnyConnect because I need it on this corporate laptop.

Thanks for confirming! We know that permanently removing VPN software is not viable, and we’re actively working on making Docker for Windows (and Mac) work reliably alongside VPN software.

Michael, I have this problem without any VPN software installed. Good luck finding a fix!

Michael, since this is a known problem, is there a workaround? Any way we can tweak VPN software/HyperV/Docker/Network adapters to make this work?

Can you elaborate on the cause of this issue?

Hi here!

Those that are using a VPN, can you paste the output of those two commands?

  • nslookup localhost
  • Get-WmiObject Win32_networkadapterconfiguration | ? { $_.DefaultIPGateway } | fl *

Same problem as reported by others. I have 2 VPN packages installed as I need to occasionally connect to them:

  • FortyClient 4.3.3.445 (not updated to latest version on purpose for compatibility reasons with remote network)
  • Cisco AnyConnect secure mobility client 4.2.01035

Output of nslookup localhost:

Serveur : UnKnown
Address: 192.168.2.250

*** UnKnown ne parvient pas Ă  trouver localhost : Non-existent domain


Output of ‘Get-WmiObject Win32_networkadapterconfiguration | ? { $_.DefaultIPGateway } | fl *’:

PSComputerName : AAAAAA
DHCPLeaseExpires : 20160707090245.000000+120
Index : 2
Description : IntelÂź Dual Band Wireless-AC 7265
DHCPEnabled : True
DHCPLeaseObtained : 20160706090245.000000+120
DHCPServer : 192.168.2.250
DNSDomain :
DNSDomainSuffixSearchOrder : {aaaa.example.local, dev, projet}
DNSEnabledForWINSResolution : False
DNSHostName : AAAAAA
DNSServerSearchOrder : {192.168.2.250}
DomainDNSRegistrationEnabled : False
FullDNSRegistrationEnabled : True
IPAddress : {192.168.2.171, fe80::9973:a6ae:2316:fb25}
IPConnectionMetric : 25
IPEnabled : True
IPFilterSecurityEnabled : False
WINSEnableLMHostsLookup : True
WINSHostLookupFile :
WINSPrimaryServer :
WINSScopeID :
WINSSecondaryServer :
__GENUS : 2
__CLASS : Win32_NetworkAdapterConfiguration
__SUPERCLASS : CIM_Setting
__DYNASTY : CIM_Setting
__RELPATH : Win32_NetworkAdapterConfiguration.Index=2
__PROPERTY_COUNT : 61
__DERIVATION : {CIM_Setting}
__SERVER : AAAAAA
__NAMESPACE : root\cimv2
__PATH : \AAAAAA\root\cimv2:Win32_NetworkAdapterConfiguration.Index=2
ArpAlwaysSourceRoute :
ArpUseEtherSNAP :
Caption : [00000002] IntelÂź Dual Band Wireless-AC 7265
DatabasePath : %SystemRoot%\System32\drivers\etc
DeadGWDetectEnabled :
DefaultIPGateway : {192.168.2.250}
DefaultTOS :
DefaultTTL :
ForwardBufferMemory :
GatewayCostMetric : {0}
IGMPLevel :
InterfaceIndex : 3
IPPortSecurityEnabled :
IPSecPermitIPProtocols : {}
IPSecPermitTCPPorts : {}
IPSecPermitUDPPorts : {}
IPSubnet : {255.255.255.0, 64}
IPUseZeroBroadcast :
IPXAddress :
IPXEnabled :
IPXFrameType :
IPXMediaType :
IPXNetworkNumber :
IPXVirtualNetNumber :
KeepAliveInterval :
KeepAliveTime :
MACAddress : 34:02:86:EE:CD:5C
MTU :
NumForwardPackets :
PMTUBHDetectEnabled :
PMTUDiscoveryEnabled :
ServiceName : NETwNb64
SettingID : {099FE3C1-9EE1-4AB8-B545-E8AC9856B474}
TcpipNetbiosOptions : 2
TcpMaxConnectRetransmissions :
TcpMaxDataRetransmissions :
TcpNumConnections :
TcpUseRFC1122UrgentPointer :
TcpWindowSize :
Scope : System.Management.ManagementScope
Path : \AAAAAA\root\cimv2:Win32_NetworkAdapterConfiguration.Index=2
Options : System.Management.ObjectGetOptions
ClassPath : \AAAAAA\root\cimv2:Win32_NetworkAdapterConfiguration
Properties : {ArpAlwaysSourceRoute, ArpUseEtherSNAP, Caption, DatabasePath
}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY
}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :