Docker ps and Other Application Commands Time Out

Expected behavior

See client and server version information.

Actual behavior

PS > docker ps
Error response from daemon: dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Information

  • the output of:
    • pinata diagnose -u on OSX
    • DockerDebugInfo.ps1 using Powershell on Windows
  • a reproducible case if this is a bug, Dockerfiles FTW
  • page URL if this is a docs issue or the name of a man page
  • host distribution and version ( OSX 10.10.x, OSX 10.11.x, Windows, etc )

Steps to reproduce the behavior

  1. Installed docker. Allowed Hyper-V to be enabled. Rebooted. Got confirmation the installation was successful.
  2. Followed steps on https://beta.docker.com/docs/windows/getting-started/ Step #3 works:
    PS > docker --version
    Docker version 1.11.1, build 5604cbe
    PS > docker-compose --version
    docker-compose version 1.7.0, build 0d7bf73
    PS > docker-machine --version
    docker-machine.exe version 0.7.0, build a650a40
  3. The step 4 Docker commands all time out with the same message. This happens in PS and cmd:
    PS > docker info
    Error response from daemon: dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Windows 10 Pro
Intel Core i3 M370 2.40 GHz, 8 GB RAM,
64-bit OS

Hyper-V is running (checked via Hyper-V Manager)

Performed update check and was told everything is up-to-date.

[23:03:08.099][Program ][Info ] Version 1.11.1-beta10 (build: 2446)
[23:03:08.281][Program ][Info ] Starting on: 5/6/2016 11:03:08 PM
[23:03:08.290][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources
[23:03:08.298][Program ][Info ] OS: Windows 10 Pro
[23:03:08.305][Program ][Info ] Edition: Professional
[23:03:08.312][Program ][Info ] Id: 1511
[23:03:08.320][Program ][Info ] Build: 10586
[23:03:08.328][Program ][Info ] BuildLabName: 10586.212.amd64fre.th2_release_sec.160328-1908
[23:03:08.426][Program ][Info ] Mixpanel Id: 34E2042B-F735-48FF-9E1C-FB26D0864E1B
[23:03:08.626][Program ][Info ] Sha1: 51937ce6b9f8f70c9a642f493d63db1521a4fb7d
[23:03:08.632][Program ][Info ] You can send feedback, including this log file, at https://forums.docker.com/c/docker-for-windows
[23:03:17.643][Mixpanel ][Info ] Tracking: appLaunched
[23:03:21.330][Mixpanel ][Info ] Tracking: heartbeat
[23:03:57.628][BackendServer ][Info ] Started
[23:03:58.537][NamedPipeServer][Info ] CheckInstallation:[]
[23:03:58.546][HyperV ][Info ] Check Hyper-V Windows optional feature
[23:03:58.586][PowerShell ][Info ] Run script…
[23:04:13.105][HyperV ][Info ] Hyper-V Windows feature is enabled
[23:04:13.111][NamedPipeServer][Info ] CheckInstallation done.
[23:04:13.121][NamedPipeServer][Info ] CheckHyperVState:[]
[23:04:13.128][HyperV ][Info ] Check Hyper-V Service State
[23:04:13.316][PowerShell ][Info ] Run script with parameters: -Check True…
[23:04:38.061][HyperV ][Info ] Hyper-V is running and responding
[23:04:38.069][HyperV ][Info ] Hyper-V is running
[23:04:38.074][NamedPipeServer][Info ] CheckHyperVState done.
[23:04:41.951][Authentication ][Info ] Checking token
[23:04:43.214][Mixpanel ][Info ] Tracking: installAskForToken
[23:06:01.210][Mixpanel ][Info ] Tracking: installTokenIsValid
[23:06:02.040][Updater ][Info ] Checking for updates on the Beta channel…
[23:06:02.333][Notifications ][Info ] Docker is Initializing…
[23:06:02.449][NamedPipeServer][Info ] Start:[2,2048]
[23:06:02.465][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe and C:\Program Files\Docker\Docker\DockerForWindows.exe…
[23:06:02.474][PowerShell ][Info ] Run script…
[23:06:04.440][Updater ][Info ] Found remote version. Version = 1.11.1.2446
[23:06:04.447][Updater ][Info ] Local version is up to date.
[23:06:04.453][Updater ][Info ] Check for update done.
[23:06:10.735][Firewall ][Info ] Ports are opened
[23:06:10.741][HyperV ][Info ] Create
[23:06:10.747][PowerShell ][Info ] Run script with parameters: -Create True -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso…
[23:06:11.978][HyperV ][Info ] Enabled workaround for Build 10586 VMSwitch issue
[23:06:35.402][HyperV ][Info ] Creating Switch: DockerNAT…
[23:06:39.134][HyperV ][Info ] Switch created.
[23:06:39.967][HyperV ][Info ] Set IP address on switch
[23:06:40.170][HyperV ][Info ] Creating Net NAT: DockerNAT…
[23:07:04.217][HyperV ][Info ] Net NAT created.
[23:07:07.940][HyperV ][Info ] Creading dynamic VHD: C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx
[23:07:09.685][HyperV ][Info ] Creating VM MobyLinuxVM…
[23:07:16.760][HyperV ][Info ] VM created.
[23:07:16.799][Dhcp ][Info ] Dhcp starting on port 67, on interface vEthernet (DockerNAT)…
[23:07:16.891][Dhcp ][Info ] Dhcp started.
[23:07:16.905][Proxy ][Info ] Starting com.docker.proxy
[23:07:17.345][HyperV ][Info ] Start
[23:07:17.430][PowerShell ][Info ] Run script with parameters: -Start True…
[23:07:17.778][Proxy ][Info ] docker proxy (on deprecated port): ready
[23:07:17.787][Proxy ][Info ] dns server: ready
[23:07:17.795][Proxy ][Info ] poison pill: ready
[23:07:17.802][Proxy ][Info ] docker proxy: ready
[23:07:18.711][HyperV ][Info ] Starting VM MobyLinuxVM…
[23:07:22.000][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:23.155][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:24.197][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:25.223][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:26.261][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:27.808][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:28.849][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:29.885][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:30.909][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:31.966][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:33.405][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:34.443][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:35.475][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:36.513][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:37.574][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:39.108][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:40.146][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:41.188][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:42.231][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:43.283][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:44.739][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:45.767][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:46.806][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:47.835][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:48.908][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:50.355][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:51.394][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:52.425][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:53.464][HyperV ][Info ] Wait for the VM to get an IP address
[23:07:54.522][HyperV ][Info ] It’s taking too long. Let’s restart the VM…
[23:07:54.755][HyperV ][Info ] Shutdown VM MobyLinuxVM…
[23:08:00.049][Dhcp ][Info ] DISCOVER received from 00:15:5D:4B:01:00
[23:08:00.065][Dhcp ][Info ] Offer (10.0.75.2) to (00:15:5D:4B:01:00)…
[23:08:00.150][Dhcp ][Info ] Offer sent.
[23:08:00.155][Dhcp ][Info ] DISCOVER processed.
[23:08:00.171][Dhcp ][Info ] REQUEST received from 00:15:5D:4B:01:00
[23:08:00.180][Dhcp ][Info ] Ack (10.0.75.2) to (00:15:5D:4B:01:00)…
[23:08:00.186][Dhcp ][Info ] Ack sent.
[23:08:00.191][Dhcp ][Info ] REQUEST processed.
[23:08:03.468][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 5489 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;docker. IN A
[23:08:03.475][Proxy ][Info ] Search for dns server…
[23:08:03.707][Proxy ][Info ] Server: UnKnown
[23:08:03.712][Proxy ][Info ] Address: 192.168.1.1
[23:08:03.718][Proxy ][Info ]
[23:08:03.723][Proxy ][Info ] Name: localhost
[23:08:03.729][Proxy ][Info ] Addresses: ::1
[23:08:03.735][Proxy ][Info ] 127.0.0.1
[23:08:03.741][Proxy ][Info ]
[23:08:03.746][Proxy ][Info ]
[23:08:03.751][Proxy ][Info ] Found dns server 192.168.1.1
[23:08:03.757][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:08:03.763][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 5489 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;docker. IN A ;; ANSWER SECTION: docker. 10 IN A 198.105.244.23 docker. 10 IN A 198.105.254.23
[23:08:12.603][HyperV ][Info ] VM MobyLinuxVM is stopped
[23:08:12.610][HyperV ][Info ] Starting VM MobyLinuxVM…
[23:08:13.385][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:14.884][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:15.905][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:16.932][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:17.979][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:19.008][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:20.599][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:21.640][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:22.207][Dhcp ][Info ] DISCOVER received from 00:15:5D:4B:01:00
[23:08:22.216][Dhcp ][Info ] Offer (10.0.75.3) to (00:15:5D:4B:01:00)…
[23:08:22.226][Dhcp ][Info ] Offer sent.
[23:08:22.233][Dhcp ][Info ] DISCOVER processed.
[23:08:22.267][Dhcp ][Info ] REQUEST received from 00:15:5D:4B:01:00
[23:08:22.273][Dhcp ][Info ] Ack (10.0.75.3) to (00:15:5D:4B:01:00)…
[23:08:22.281][Dhcp ][Info ] Ack sent.
[23:08:22.287][Dhcp ][Info ] REQUEST processed.
[23:08:22.671][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:23.724][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:24.751][HyperV ][Info ] Wait for the VM to get an IP address
[23:08:25.942][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 12354 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;docker. IN A
[23:08:25.953][Proxy ][Info ] Search for dns server…
[23:08:26.048][Proxy ][Info ] Server: UnKnown
[23:08:26.056][Proxy ][Info ] Address: 192.168.1.1
[23:08:26.065][Proxy ][Info ]
[23:08:26.073][Proxy ][Info ] Name: localhost
[23:08:26.080][Proxy ][Info ] Addresses: ::1
[23:08:26.083][Proxy ][Info ] 127.0.0.1
[23:08:26.095][Proxy ][Info ]
[23:08:26.103][Proxy ][Info ]
[23:08:26.109][Proxy ][Info ] Found dns server 192.168.1.1
[23:08:26.117][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:08:26.124][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 12354 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;docker. IN A ;; ANSWER SECTION: docker. 10 IN A 198.105.244.23 docker. 10 IN A 198.105.254.23
[23:08:26.325][NamedPipeServer][Info ] Start done.
[23:08:26.348][Notifications ][Info ] Docker is running
[23:08:26.355][Mixpanel ][Info ] Tracking: installShowWelcomePopup
[23:08:26.537][Mixpanel ][Info ] Tracking: appRunning
[23:09:03.338][Proxy ][Info ] proxy >> POST /v1.23/containers/create [rewriteBinds]
[23:09:03.346][Proxy ][Info ] proxy >> POST /v1.23/containers/create
[23:09:03.351][Proxy ][Info ] Dial 10.0.75.2:2375
[23:09:03.355][Proxy ][Info ] Lookup IP for 10.0.75.2:2375
[23:09:03.360][Proxy ][Info ] [10.0.75.2]
[23:09:03.365][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:09:24.342][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:10:59.276][Proxy ][Info ] proxy >> POST /v1.23/containers/create [rewriteBinds]
[23:10:59.282][Proxy ][Info ] proxy >> POST /v1.23/containers/create
[23:10:59.287][Proxy ][Info ] Dial 10.0.75.2:2375
[23:10:59.292][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:11:20.278][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:15:00.234][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 51325 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A
[23:15:00.242][Proxy ][Info ] Search for dns server…
[23:15:00.248][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 52025 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA
[23:15:00.314][Proxy ][Info ] Server: UnKnown
[23:15:00.319][Proxy ][Info ] Address: 192.168.1.1
[23:15:00.324][Proxy ][Info ]
[23:15:00.329][Proxy ][Info ] Name: localhost
[23:15:00.334][Proxy ][Info ] Addresses: ::1
[23:15:00.339][Proxy ][Info ] 127.0.0.1
[23:15:00.344][Proxy ][Info ]
[23:15:00.349][Proxy ][Info ]
[23:15:00.354][Proxy ][Info ] Found dns server 192.168.1.1
[23:15:00.359][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:15:00.364][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:15:00.369][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 51325 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A ;; ANSWER SECTION: pool.ntp.org. 17 IN A 38.229.71.1 pool.ntp.org. 17 IN A 69.164.201.165 pool.ntp.org. 17 IN A 108.61.194.85 pool.ntp.org. 17 IN A 104.131.51.97
[23:15:00.374][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 52025 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA ;; AUTHORITY SECTION: pool.ntp.org. 404 IN SOA e.ntpns.org. hostmaster.pool.ntp.org. 1462593062 5400 5400 1209600 3600
[23:30:00.239][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 43715 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A
[23:30:00.246][Proxy ][Info ] Search for dns server…
[23:30:00.254][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 44115 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA
[23:30:00.316][Proxy ][Info ] 1.1.168.192.in-addr.arpa
[23:30:00.323][Proxy ][Info ] primary name server = localhost
[23:30:00.329][Proxy ][Info ] responsible mail addr = nobody.invalid
[23:30:00.336][Proxy ][Info ] serial = 1
[23:30:00.342][Proxy ][Info ] refresh = 600 (10 mins)
[23:30:00.349][Proxy ][Info ] retry = 1200 (20 mins)
[23:30:00.356][Proxy ][Info ] expire = 604800 (7 days)
[23:30:00.362][Proxy ][Info ] default TTL = 10800 (3 hours)
[23:30:00.367][Proxy ][Info ] Server: UnKnown
[23:30:00.373][Proxy ][Info ] Address: 192.168.1.1
[23:30:00.379][Proxy ][Info ]
[23:30:00.383][Proxy ][Info ]
[23:30:00.390][Proxy ][Info ] Fetch error: Unable to find name server
[23:30:00.396][Proxy ][Info ] Search for dns server…
[23:30:00.402][Proxy ][Info ] 1.1.168.192.in-addr.arpa
[23:30:00.408][Proxy ][Info ] primary name server = localhost
[23:30:00.413][Proxy ][Info ] responsible mail addr = nobody.invalid
[23:30:00.419][Proxy ][Info ] serial = 1
[23:30:00.423][Proxy ][Info ] refresh = 600 (10 mins)
[23:30:00.429][Proxy ][Info ] retry = 1200 (20 mins)
[23:30:00.434][Proxy ][Info ] expire = 604800 (7 days)
[23:30:00.439][Proxy ][Info ] default TTL = 10800 (3 hours)
[23:30:00.444][Proxy ][Info ] Server: UnKnown
[23:30:00.449][Proxy ][Info ] Address: 192.168.1.1
[23:30:00.455][Proxy ][Info ]
[23:30:00.461][Proxy ][Info ]
[23:30:00.466][Proxy ][Info ] Fetch error: Unable to find name server
[23:30:02.742][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 43715 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A
[23:30:02.751][Proxy ][Info ] Search for dns server…
[23:30:02.758][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 44115 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA
[23:30:02.823][Proxy ][Info ] 1.1.168.192.in-addr.arpa
[23:30:02.831][Proxy ][Info ] primary name server = localhost
[23:30:02.837][Proxy ][Info ] responsible mail addr = nobody.invalid
[23:30:02.843][Proxy ][Info ] serial = 1
[23:30:02.849][Proxy ][Info ] refresh = 600 (10 mins)
[23:30:02.854][Proxy ][Info ] retry = 1200 (20 mins)
[23:30:02.859][Proxy ][Info ] expire = 604800 (7 days)
[23:30:02.864][Proxy ][Info ] default TTL = 10800 (3 hours)
[23:30:02.869][Proxy ][Info ] Server: UnKnown
[23:30:02.874][Proxy ][Info ] Address: 192.168.1.1
[23:30:02.879][Proxy ][Info ]
[23:30:02.884][Proxy ][Info ]
[23:30:02.889][Proxy ][Info ] Fetch error: Unable to find name server
[23:30:02.895][Proxy ][Info ] Search for dns server…
[23:30:02.900][Proxy ][Info ] 1.1.168.192.in-addr.arpa
[23:30:02.905][Proxy ][Info ] primary name server = localhost
[23:30:02.910][Proxy ][Info ] responsible mail addr = nobody.invalid
[23:30:02.914][Proxy ][Info ] serial = 1
[23:30:02.919][Proxy ][Info ] refresh = 600 (10 mins)
[23:30:02.924][Proxy ][Info ] retry = 1200 (20 mins)
[23:30:02.928][Proxy ][Info ] expire = 604800 (7 days)
[23:30:02.933][Proxy ][Info ] default TTL = 10800 (3 hours)
[23:30:02.938][Proxy ][Info ] Server: UnKnown
[23:30:02.942][Proxy ][Info ] Address: 192.168.1.1
[23:30:02.947][Proxy ][Info ]
[23:30:02.951][Proxy ][Info ]
[23:30:02.956][Proxy ][Info ] Fetch error: Unable to find name server
[23:38:22.427][Dhcp ][Info ] REQUEST received from 00:15:5D:4B:01:00
[23:38:22.433][Dhcp ][Info ] Ack (10.0.75.3) to (00:15:5D:4B:01:00)…
[23:38:22.439][Dhcp ][Info ] Ack sent.
[23:38:22.448][Dhcp ][Info ] REQUEST processed.
[23:42:06.859][Proxy ][Info ] proxy >> GET /v1.23/containers/json
[23:42:06.865][Proxy ][Info ] Dial 10.0.75.2:2375
[23:42:06.870][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:42:27.861][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:42:39.379][Proxy ][Info ] proxy >> GET /v1.23/version
[23:42:39.385][Proxy ][Info ] Dial 10.0.75.2:2375
[23:42:39.390][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:43:00.380][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:45:00.243][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 14745 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A
[23:45:00.253][Proxy ][Info ] Search for dns server…
[23:45:00.261][Proxy ][Info ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 15345 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA
[23:45:00.326][Proxy ][Info ] Server: UnKnown
[23:45:00.332][Proxy ][Info ] Address: 192.168.1.1
[23:45:00.338][Proxy ][Info ]
[23:45:00.344][Proxy ][Info ] Name: localhost
[23:45:00.350][Proxy ][Info ] Addresses: ::1
[23:45:00.356][Proxy ][Info ] 127.0.0.1
[23:45:00.361][Proxy ][Info ]
[23:45:00.367][Proxy ][Info ]
[23:45:00.374][Proxy ][Info ] Found dns server 192.168.1.1
[23:45:00.379][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:45:00.384][Proxy ][Info ] Forward DNS query on udp to 192.168.1.1:53
[23:45:00.390][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 14745 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN A ;; ANSWER SECTION: pool.ntp.org. 34 IN A 192.150.149.245 pool.ntp.org. 34 IN A 198.60.73.8 pool.ntp.org. 34 IN A 50.22.155.163 pool.ntp.org. 34 IN A 208.75.89.4
[23:45:00.396][Proxy ][Info ] Got response ;; opcode: QUERY, status: NOERROR, id: 15345 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;pool.ntp.org. IN AAAA ;; AUTHORITY SECTION: pool.ntp.org. 129 IN SOA a.ntpns.org. hostmaster.pool.ntp.org. 1462594262 5400 5400 1209600 3600
[23:48:25.689][Proxy ][Info ] proxy >> GET /v1.23/containers/json
[23:48:25.695][Proxy ][Info ] Dial 10.0.75.2:2375
[23:48:25.701][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:48:46.690][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:49:07.169][Proxy ][Info ] proxy >> GET /v1.23/containers/json
[23:49:07.174][Proxy ][Info ] Dial 10.0.75.2:2375
[23:49:07.180][Proxy ][Info ] Dial IP 10.0.75.2:2375
[23:49:28.171][Proxy ][Info ] dial tcp 10.0.75.2:2375: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[23:51:59.692][Updater ][Info ] Checking for updates on the Beta channel…
[23:52:00.041][Updater ][Info ] Found remote version. Version = 1.11.1.2446
[23:52:00.046][Updater ][Info ] Local version is up to date.
[23:52:00.052][Notifications ][Info ] Docker is up-to-date
[23:52:00.075][Updater ][Info ] Check for update done.

I’ve come across the same issue, which appears to be caused by having a proxy server set. Using the same installer on a different machine with no proxy set works fine, and removing the proxy setting from the failing machine and then restarting docker also appears to work fine, but if the proxy server is set, the connection always fails.

After having rebooted, disabled and then re-enabled the proxy settings on the affected machine, the issue appears to be resolved, as all the commands now successfully complete for me.

Thank you very much codedbeard. I checked my Internet Options to confirm I wasn’t using a proxy (there shouldn’t have been one configured on this machine, but it doesn’t hurt to check!). No proxy was configured. I tried rebooting today (in addition to the original reboot required for enabling Hyper-V). This time the tests (e.g., docker version) worked! When things weren’t working, I did check to confirm Hyper-V was running and it was so the extra reboot didn’t have anything to do (seemingly) with enabling Hyper-V. For some reason, the Docker server (and maybe other pieces) weren’t running for me after the initial reboot. Thank you for your follow-up.