Failed to contact the database on \\.\pipe\dockerDataBase

[17:49:30.500][ProxyProcess ][Info ] +000us Datakit Starting com.docker.db…
[17:49:30.516][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[17:49:30.516][ProxyProcess ][Info ] Failed to set up server socket listening on “hyperv-connect://c7449f8c-c1ef-4dbf-87c1-32e4c5b212ad”: Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[17:49:30.516][ProxyProcess ][Info ] com.docker.slirp.exe: using DNS forwarder on 10.0.75.1:53
[17:49:30.516][ProxyProcess ][Info ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://c7449f8c-c1ef-4dbf-87c1-32e4c5b212ad
[17:49:30.516][ProxyProcess ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[17:49:30.516][ProxyProcess ][Info ] com.docker.slirp.exe: connecting to c7449f8c-c1ef-4dbf-87c1-32e4c5b212ad:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[17:49:30.516][ProxyProcess ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://c7449f8c-c1ef-4dbf-87c1-32e4c5b212ad
[17:49:30.516][ProxyProcess ][Info ] proxy: internal error, uncaught exception:
[17:49:30.516][ProxyProcess ][Info ] Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[17:49:30.516][ProxyProcess ][Info ] Raised by primitive operation at file “lwt/lwt_hvsock.ml”, line 78, characters 21-32
[17:49:30.532][ProxyProcess ][Info ] Called from file “src/main.ml”, line 65, characters 17-37
[17:49:30.532][ProxyProcess ][Info ] Called from file “src/main.ml”, line 214, characters 18-62
[17:49:30.532][ProxyProcess ][Info ] WARNING: Io_page on Windows doesn’t guarantee alignment
[17:49:30.625][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.

Expected behavior

1st launch of Docker is OK

Actual behavior

It does not start . failing with this error
Unable to remove from database. Exit code 1

Information

Log uplodaded -»FB1706C6-C9CC-46A3-B846-04CD6FBE6F5A/2016-07-04_17-45-05

Steps to reproduce the behavior

Install Docker on a win10 VM.

1 Like

Thanks for reporting!

You mentioned that this is a Windows 10 VM - could you provide more details, eg what’s the underlying host and what’s the VM tech used? It would also be useful to know if you can create a Hyper-V VM in Windows 10 independently of Docker for Windows.

Have the same issue

Info:

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
```
Log:

[16:05:13.008][HyperV ][Info ] VM MobyLinuxVM is stopped
[16:05:13.029][NamedPipeClient][Info ] Received response for Stop
[16:05:13.015][ProxyProcess ][Info ] Killing existing process with PID 6048
[16:05:13.098][NamedPipeClient][Info ] Sending Start(Docker.Core.Settings)…
[16:05:13.025][NamedPipeServer][Info ] Stop done.
[16:05:13.189][NamedPipeServer][Info ] Start(Docker.Core.Settings)
[16:05:13.197][HyperVGuids ][Info ] Installing GUIDs…
[16:05:13.220][HyperVGuids ][Info ] GUIDs installed
[16:05:13.226][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe…
[16:05:15.145][Firewall ][Info ] Ports are opened
[16:05:15.151][HyperV ][Info ] Create
[16:05:15.176][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…
[16:05:16.260][HyperV ][Info ] Using existing Switch: DockerNAT
[16:05:16.984][HyperV ][Info ] Using existing Switch IP address
[16:05:17.018][HyperV ][Info ] Using existing: MobyLinuxVM
[16:05:17.230][HyperV ][Info ] Setting MobyLinuxVM vm CPUs to 2 and Memory to 2048 MB
[16:05:17.250][ProxyProcess ][Info ] Starting…
[16:05:17.255][PowerShell ][Info ] Run script…
[16:05:17.295][ProxyProcess ][Info ] Started
[16:05:17.301][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[16:05:17.304][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[16:05:17.309][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[16:05:17.471][ProxyProcess ][Info ] Start com.docker.db.exe --git C:\ProgramData\Docker\database --url hyperv-connect://33059457-1e4f-46a3-a311-7b7b11e33cda,\.\pipe\dockerDataBase --color never
[16:05:17.490][ProxyProcess ][Info ] Start com.docker.slirp.exe --ethernet hyperv-connect://33059457-1e4f-46a3-a311-7b7b11e33cda --dns 10.0.75.1 --port hyperv-connect://33059457-1e4f-46a3-a311-7b7b11e33cda --debug
[16:05:17.834][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:17.917][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:17.965][ProxyProcess ][Info ]
[16:05:17.972][ProxyProcess ][Info ] +000us Datakit Starting com.docker.db…
[16:05:17.979][ProxyProcess ][Info ] com.docker.db.exe: internal error, uncaught exception:
[16:05:17.983][ProxyProcess ][Info ] Unix.Unix_error(Unix.ENOTSOCK, “select”, “”)
[16:05:17.987][ProxyProcess ][Info ]
[16:05:18.015][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.055][ProxyProcess ][Info ] com.docker.slirp.exe: using DNS forwarder on 10.0.75.1:53
[16:05:18.074][ProxyProcess ][Info ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://33059457-1e4f-46a3-a311-7b7b11e33cda
[16:05:18.078][ProxyProcess ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[16:05:18.105][ProxyProcess ][Info ] com.docker.slirp.exe: connecting to 33059457-1e4f-46a3-a311-7b7b11e33cda:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[16:05:18.117][ProxyProcess ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://33059457-1e4f-46a3-a311-7b7b11e33cda
[16:05:18.188][ProxyProcess ][Info ] proxy: internal error, uncaught exception:
[16:05:18.231][ProxyProcess ][Info ] Unix.Unix_error(Unix.ENOTSOCK, “select”, “”)
[16:05:18.246][ProxyProcess ][Info ] Raised by primitive operation at file “src/unix/lwt_engine.ml”, line 371, characters 26-60
[16:05:18.284][ProxyProcess ][Info ] Called from file “src/unix/lwt_engine.ml”, line 312, characters 8-39
[16:05:18.292][ProxyProcess ][Info ] Called from file “src/unix/lwt_main.ml”, line 41, characters 8-82
[16:05:18.154][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.363][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.386][ProxyProcess ][Info ] WARNING: Io_page on Windows doesn’t guarantee alignment
[16:05:18.405][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.521][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.625][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.741][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.846][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:18.951][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.051][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.151][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.252][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.352][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.453][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.553][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:19.658][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.221][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.221][Database ][Error ] 2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:18 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:19 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:19 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:19 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:19 Retry dialing \.\pipe\dockerDataBase in 100ms
2016/07/07 16:05:19 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[16:05:20.233][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let’s retry in 1s
[16:05:20.226][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.256][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.263][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.268][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.273][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.
[16:05:20.361][ProxyProcess ][Info ] Failed to connect to database open \.\pipe\dockerDataBase: The system cannot find the file specified.

HI !
Thanks for your answer, here are the resquest info

  • Underlying host : ESX
  • VM tech : VMWare
  • Can I create Hyper-V VM on my VM : yes

The same after last update:

[09:30:38.901][Program        ][Info   ] 1.12.0-rc3-beta18
[09:30:38.907][Program        ][Info   ] Starting on: 7/8/2016 9:30:38 AM
[09:30:38.911][Program        ][Info   ] Resources: C:\Program Files\Docker\Docker\Resources
[09:30:38.915][Program        ][Info   ] OS: Windows 10 Pro
[09:30:38.919][Program        ][Info   ] Edition: Professional
[09:30:38.923][Program        ][Info   ] Id: 1511
[09:30:38.927][Program        ][Info   ] Build: 10586
[09:30:38.931][Program        ][Info   ] BuildLabName: 10586.420.amd64fre.th2_release_sec.160527-1834
[09:30:38.936][Program        ][Info   ] Mixpanel Id: 40CE6C90-FE34-4105-8677-80D8399E1F95
[09:30:38.990][Program        ][Info   ] Sha1: ec40b14c72adc0bff3b01fa8886dae7f2eee1541
[09:30:38.994][Program        ][Info   ] You can send feedback, including this log file, at https://forums.docker.com/c/docker-for-windows
[09:30:39.459][TrackingStatus ][Info   ] Crash report and usage statistics are enabled
[09:30:39.734][Mixpanel       ][Info   ] Usage Statistic: appLaunched
[09:30:40.266][NamedPipeClient][Info   ] Sending Version()...
[09:30:40.292][NamedPipeClient][Info   ] Received response for Version
[09:30:40.298][Mixpanel       ][Info   ] Usage Statistic: heartbeat
[09:30:35.813][BackendServer  ][Info   ] Started
[09:30:40.281][NamedPipeServer][Info   ] Version()
[09:30:40.286][NamedPipeServer][Info   ] Version done.
[09:30:40.547][Notifications  ][Info   ] Docker is starting...
[09:30:40.550][Updater        ][Info   ] Checking for updates on channel Beta...
[09:30:40.569][NamedPipeClient][Info   ] Sending Stop()...
[09:30:40.575][NamedPipeServer][Info   ] Stop()
[09:30:40.581][HyperV         ][Info   ] Stop
[09:30:40.625][PowerShell     ][Info   ] Run script with parameters: -Stop True...
[09:30:41.095][Updater        ][Info   ] Local build 5226 is as good as the remote 5226 on channel Beta
[09:30:46.486][HyperV         ][Info   ] VM MobyLinuxVM does not exist
[09:30:46.548][NamedPipeClient][Info   ] Received response for Stop
[09:30:46.540][NamedPipeServer][Info   ] Stop done.
[09:30:46.552][NamedPipeClient][Info   ] Sending Start(Docker.Core.Settings)...
[09:30:46.563][NamedPipeServer][Info   ] Start(Docker.Core.Settings)
[09:30:46.569][HyperVGuids    ][Info   ] Installing GUIDs...
[09:30:46.574][HyperVGuids    ][Info   ] GUIDs installed
[09:30:46.632][Firewall       ][Info   ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe...
[09:30:47.659][Firewall       ][Info   ] Ports are opened
[09:30:47.668][HyperV         ][Info   ] Create
[09:30:47.674][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...
[09:30:48.648][HyperV         ][Info   ] Enabled workaround for Build 10586 VMSwitch issue
[09:30:57.350][HyperV         ][Info   ] Creating Switch: DockerNAT...
[09:31:01.455][HyperV         ][Info   ] Switch created.
[09:31:03.679][HyperV         ][Info   ] Set IP address on switch
[09:31:03.964][HyperV         ][Info   ] VHD C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx already exists
[09:31:05.695][HyperV         ][Info   ] Creating VM MobyLinuxVM...
[09:31:14.956][HyperV         ][Info   ] VM created.
[09:31:14.979][ProxyProcess   ][Info   ] Starting...
[09:31:14.996][PowerShell     ][Info   ] Run script...
[09:31:15.140][ProxyProcess   ][Info   ] Started
[09:31:15.157][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/exclude
[09:31:15.170][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/http
[09:31:15.175][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/https
[09:31:16.100][ProxyProcess   ][Info   ] Start com.docker.db.exe --git C:\ProgramData\Docker\database --url hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5,\\.\pipe\dockerDataBase --color never
[09:31:16.194][ProxyProcess   ][Info   ] Start com.docker.slirp.exe --ethernet hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5 --dns 10.0.75.1 --port hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5 --debug
[09:31:16.204][ProxyProcess   ][Info   ] poison pill com.docker.service
[09:31:16.222][ProxyProcess   ][Info   ] docker proxy (on deprecated port): ready
[09:31:16.231][ProxyProcess   ][Info   ] dns server: ready
[09:31:16.273][ProxyProcess   ][Info   ] docker proxy: ready
[09:31:16.441][ProxyProcess   ][Info   ] 
[09:31:16.448][ProxyProcess   ][Info   ] +000us Datakit     Starting com.docker.db...
[09:31:16.454][ProxyProcess   ][Info   ] com.docker.db.exe: internal error, uncaught exception:
[09:31:16.468][ProxyProcess   ][Info   ]                    Unix.Unix_error(Unix.ENOTSOCK, "select", "")
[09:31:16.474][ProxyProcess   ][Info   ]                    
[09:31:16.909][ProxyProcess   ][Info   ] com.docker.slirp.exe: using DNS forwarder on 10.0.75.1:53
[09:31:16.915][ProxyProcess   ][Info   ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5
[09:31:16.920][ProxyProcess   ][Info   ] com.docker.slirp.exe: connecting to 38f33bea-dc87-4684-b578-1daae08b6ba5:0B95756A-9985-48AD-9470-78E060895BE7
[09:31:16.927][ProxyProcess   ][Debug  ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5
[09:31:16.931][ProxyProcess   ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[09:31:16.936][ProxyProcess   ][Info   ] com.docker.slirp.exe: connecting to 38f33bea-dc87-4684-b578-1daae08b6ba5:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[09:31:16.941][ProxyProcess   ][Debug  ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://38f33bea-dc87-4684-b578-1daae08b6ba5
[09:31:17.541][Database       ][Error  ] 2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:15 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:16 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:16 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:16 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:16 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:16 Failed to contact the database on \\.\pipe\dockerDataBase: open \\.\pipe\dockerDataBase: The system cannot find the file specified.

[09:31:17.548][Database       ][Error  ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[09:31:18.556][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/exclude
[09:31:18.561][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/http
[09:31:18.565][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/https
[09:31:19.818][Database       ][Error  ] 2016/07/08 09:31:18 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:18 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:18 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:18 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:19 Failed to contact the database on \\.\pipe\dockerDataBase: open \\.\pipe\dockerDataBase: The system cannot find the file specified.

[09:31:19.826][Database       ][Error  ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[09:31:20.832][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/exclude
[09:31:20.837][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/http
[09:31:20.842][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/https
[09:31:22.098][Database       ][Error  ] 2016/07/08 09:31:20 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:20 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:21 Failed to contact the database on \\.\pipe\dockerDataBase: open \\.\pipe\dockerDataBase: The system cannot find the file specified.

[09:31:22.108][Database       ][Error  ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[09:31:23.115][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/exclude
[09:31:23.119][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/http
[09:31:23.124][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/https
[09:31:24.387][Database       ][Error  ] 2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:23 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:24 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:24 Failed to contact the database on \\.\pipe\dockerDataBase: open \\.\pipe\dockerDataBase: The system cannot find the file specified.

[09:31:24.394][Database       ][Error  ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[09:31:25.405][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/exclude
[09:31:25.410][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/http
[09:31:25.414][Database       ][Info   ] Removing com.docker.driver.amd64-linux/proxy/https
[09:31:26.677][Database       ][Error  ] 2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:25 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:26 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:26 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:26 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:26 Retry dialing \\.\pipe\dockerDataBase in 100ms
2016/07/08 09:31:26 Failed to contact the database on \\.\pipe\dockerDataBase: open \\.\pipe\dockerDataBase: The system cannot find the file specified.

[09:31:26.692][NamedPipeServer][Error  ] Unable to execute Start: Unable to remove from the database. Exit code: 1    в Docker.Backend.Database.RemoveKeys(IList`1 keys)
   в Docker.Backend.Database.TryWrite(Settings settings)
   в Docker.Backend.Database.Write(Settings settings)
   в Docker.Backend.Backend.Start(Settings settings)
   в Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass7_0.<Register>b__0(Object[] parameters)
   в Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)
[09:31:26.717][NamedPipeClient][Error  ] Unable to send Start: Unable to remove from the database. Exit code: 1
[09:31:26.728][NamedPipeClient][Info   ] Sending CheckInstallation()...
[09:31:26.736][NamedPipeServer][Info   ] CheckInstallation()
[09:31:26.746][HyperV         ][Info   ] Check Hyper-V Windows optional feature
[09:31:26.757][PowerShell     ][Info   ] Run script...
[09:31:29.100][HyperV         ][Info   ] Hyper-V Windows feature is enabled
[09:31:29.123][NamedPipeClient][Info   ] Received response for CheckInstallation
[09:31:29.112][NamedPipeServer][Info   ] CheckInstallation done.
[09:31:29.134][NamedPipeClient][Info   ] Sending CheckHyperVState()...
[09:31:29.156][NamedPipeServer][Info   ] CheckHyperVState()
[09:31:29.164][HyperV         ][Info   ] Check Hyper-V Service State
[09:31:29.172][PowerShell     ][Info   ] Run script with parameters: -Check True...
[09:31:30.195][HyperV         ][Info   ] Hyper-V is running and responding
[09:31:30.202][HyperV         ][Info   ] Hyper-V is running
[09:31:30.219][NamedPipeServer][Info   ] CheckHyperVState done.
[09:31:30.226][NamedPipeClient][Info   ] Received response for CheckHyperVState
[09:31:30.256][Notifications  ][Error  ] Unable to remove from the database. Exit code: 1
[09:31:30.284][NamedPipeClient][Info   ] Sending GetDebugInfo()...
[09:31:30.293][NamedPipeServer][Info   ] GetDebugInfo()
[09:31:59.224][ProxyProcess   ][Info   ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 1 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;1.75.0.10.in-addr.arpa.	IN	 PTR 
[09:31:59.234][ProxyProcess   ][Info   ] Search for dns server...
[09:31:59.510][ProxyProcess   ][Info   ] Сервер:  UnKnown
[09:31:59.517][ProxyProcess   ][Info   ] Address:  fe80::1
[09:31:59.524][ProxyProcess   ][Info   ] 
[09:31:59.538][ProxyProcess   ][Info   ] Имя:     localhost
[09:31:59.547][ProxyProcess   ][Info   ] Addresses:  ::1
[09:31:59.556][ProxyProcess   ][Info   ] 	  127.0.0.1
[09:31:59.566][ProxyProcess   ][Info   ] 
[09:31:59.579][ProxyProcess   ][Info   ] 
[09:31:59.587][ProxyProcess   ][Info   ] Found dns server fe80::1
[09:31:59.594][ProxyProcess   ][Info   ] Forward DNS query on udp to [fe80::1]:53
[09:31:59.610][ProxyProcess   ][Info   ] Got response ;; opcode: QUERY, status: REFUSED, id: 1 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;1.75.0.10.in-addr.arpa.	IN	 PTR 
[09:31:59.617][ProxyProcess   ][Info   ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 2 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 A 
[09:31:59.625][ProxyProcess   ][Info   ] Forward DNS query on udp to [fe80::1]:53
[09:31:59.635][ProxyProcess   ][Info   ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 3 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 AAAA 
[09:31:59.641][ProxyProcess   ][Info   ] Forward DNS query on udp to [fe80::1]:53
[09:31:59.651][ProxyProcess   ][Info   ] Got response ;; opcode: QUERY, status: REFUSED, id: 2 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 A 
[09:31:59.681][ProxyProcess   ][Info   ] Got response ;; opcode: QUERY, status: REFUSED, id: 3 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 AAAA 
[09:31:59.688][ProxyProcess   ][Info   ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 4 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 A 
[09:31:59.698][ProxyProcess   ][Info   ] Forward DNS query on udp to [fe80::1]:53
[09:31:59.725][ProxyProcess   ][Info   ] Got response ;; opcode: QUERY, status: REFUSED, id: 4 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 A 
[09:31:59.731][ProxyProcess   ][Info   ] Handle DNS query ;; opcode: QUERY, status: NOERROR, id: 5 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 AAAA 
[09:31:59.735][ProxyProcess   ][Info   ] Forward DNS query on udp to [fe80::1]:53
[09:31:59.742][ProxyProcess   ][Info   ] Got response ;; opcode: QUERY, status: REFUSED, id: 5 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0  ;; QUESTION SECTION: ;www.google.com.	IN	 AAAA 
[09:32:03.213][NamedPipeServer][Info   ] GetDebugInfo done.
[09:32:03.257][NamedPipeClient][Info   ] Received response for GetDebugInfo
[09:32:03.332][Program        ][Info   ] Sending Bugsnag report 5701e713-548b-428f-a142-9353e1d5d115...
[09:32:05.285][Program        ][Info   ] Bugsnag report 5701e713-548b-428f-a142-9353e1d5d115 sent
[09:32:05.365][NamedPipeClient][Info   ] Sending DownloadVmLogs()...
[09:32:05.370][NamedPipeServer][Info   ] DownloadVmLogs()
[09:32:05.377][PowerShell     ][Info   ] Run script...
[09:32:05.815][HyperV         ][Warning] Unable to download logs: 2016/07/08 09:32:05 Failed to Dial 38f33bea-dc87-4684-b578-1daae08b6ba5 445ba2cb-e69b-4912-8b42-d7f494d007ea : An invalid argument was supplied.

[09:32:05.820][NamedPipeServer][Info   ] DownloadVmLogs done.
[09:32:05.826][NamedPipeClient][Info   ] Received response for DownloadVmLogs
[09:36:36.493][FeedbackSettings][Info   ] Open logs

```

Hi ! Any updates ? Thanks :slight_smile:

Hi

we have been unable to reproduce this issue on any of our machines, but have made some changes in the latest Beta 19, released thursday. Could you give that a try?

Thanks
Rolf

I have the same problem on Parallels Desktop on my Mac Pro 2013 even with the beta 19

Here is the diagnostic id :
E366A02B-E481-40E6-8732-F75FC23F6FC3/2016-07-18_08-08-12

log-2016-07-18_00-18-50.txt (29.1 KB)

Helle Rolf,
Thanks for keeping me up updated.

I’ve just tried with the release 1.12.0-rc4-beta19 (build 5465) but it doesn’t not work, I tried to use the “reset docker” as well

Here is the message (log updated with diagnostic id = FB1706C6-C9CC-46A3-B846-04CD6FBE6F5A/2016-07-18_10-59-42)

Unable to remove from the database. Exit code: 1
at Docker.Core.Pipe.NamedPipeClient.TrySend(String action, Object[] parameters)
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
at Docker.Core.Backend.BackendClient.Start(Settings settings)
at Docker.Actions.DoStart(Settings settings, Boolean showWelcomeWindow)
at Docker.Actions.b__18_0()
at Docker.Core.TaskQueue.<.ctor>b__16_0()

Hello team: I just installed docker with Hyper V on MS Azure Windows 10 VM. Click on the “Docker for Windows” shortcut I receive following error
Docker Version : 1.12.0-rc4, build e4a0dbc, experimental
Windows 10 : Version 1511 (OS Build 105867.164)
Hyper V : 10.0.10586.0

diagnostic id 4C7CAC6F-1356-4234-ABAD-4C0FAB92446B/2016-07-18_11-12-50

Unable to remove from the database. Exit code: 1
at Docker.Core.Pipe.NamedPipeClient.TrySend(String action, Object[] parameters)
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
at Docker.Core.Backend.BackendClient.Start(Settings settings)
at Docker.Actions.DoStart(Settings settings, Boolean showWelcomeWindow)
at Docker.Core.TaskQueue.<.ctor>b__16_0()

Thank you
Venkatesh

1 Like

Hi!
I have the same issue. Just installed docker for Windows on an Azure Windows 10 VM (hyper-V enabled).

Docker Version 1.12.0-rc4-beta20 (build: 5579) 4b0b82c

In the log - many entries with the following:
“Failed to connect to the database open \.\pipe\dockerDataBase: The system cannot find the file specified.”

diagnostic id 9C5FE563-C158-416B-BFAC-31DA9EB893EB/2016-07-22_17-03-39

Unable to remove from the database. Exit code: 1
at Docker.Core.Pipe.NamedPipeClient.TrySend(String action, Object[] parameters)
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
at Docker.Core.Backend.BackendClient.Start(Settings settings)
at Docker.Actions.<>c__DisplayClass26_0.b__0()
at Docker.Core.TaskQueue.<.ctor>b__16_0()

Docker for Windows install problem on a Windows 10 Pro machine which is a virtual machine running on Virtual Box. Virtual Box installed on a Windows 7 Machine.
Windows 10 version 1511 (build 10586.494) has 2 CPU, 3.5 Go of RAM, HyperV activated,
Docker installed is 1.12.0-stable

Docker says at the end of install :
Unable to remove from the database. Exit code: 1
à Docker.Core.Pipe.NamedPipeClient.TrySend(String action, Object[] parameters)
à Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
à Docker.Core.Backend.BackendClient.Start(Settings settings)
à Docker.Actions.DoStart(Settings settings, Boolean showWelcomeWindow)
à Docker.Core.TaskQueue.<.ctor>b__16_0()

Same result with Docker beta

Is there known conflicts vith VirtualBox (version 5.0.24r108355) ?

Logs are here
[11:07:23.479][Program ][Info ] Version: 1.12.0-stable
[11:07:23.479][Program ][Info ] Starting on: 8/9/2016 11:07:23 AM
[11:07:23.479][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources
[11:07:23.491][Program ][Info ] OS: Windows 10 Pro
[11:07:23.504][Program ][Info ] Edition: Professional
[11:07:23.517][Program ][Info ] Id: 1511
[11:07:23.530][Program ][Info ] Build: 10586
[11:07:23.530][Program ][Info ] BuildLabName: 10586.494.amd64fre.th2_release_sec.160630-1736
[11:07:23.543][Program ][Info ] Sha1: 9cd1dc28d3ac81cb5177ff9728f65200304b36f6
[11:07:23.557][Program ][Info ] You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[11:07:24.413][TrackingStatus ][Info ] Crash report and usage statistics are enabled
[11:07:24.464][Mixpanel ][Info ] Id: B09AF01B-E38D-4EF5-8248-2BBFFC3539E4
[11:07:24.491][Mixpanel ][Info ] Usage Statistic: appLaunched
[11:07:24.737][NamedPipeClient][Info ] Sending Version()…
[11:07:24.789][NamedPipeClient][Info ] Received response for Version
[11:07:24.789][Mixpanel ][Info ] Usage Statistic: heartbeat
[11:05:05.305][BackendServer ][Info ] Started
[11:07:24.750][NamedPipeServer][Info ] Version()
[11:07:24.776][NamedPipeServer][Info ] Version done.
[11:07:25.594][NamedPipeClient][Info ] Sending Stop()…
[11:07:25.594][Updater ][Info ] Checking for updates on channel Stable…
[11:07:25.594][NamedPipeServer][Info ] Stop()
[11:07:25.684][HyperV ][Info ] Stop
[11:07:26.022][PowerShell ][Info ] Run script with parameters: -Stop True…
[11:07:26.048][Updater ][Info ] Local build 5968 is as good as the remote 5968 on channel Stable
[11:07:40.491][HyperV ][Info ] VM MobyLinuxVM is stopped
[11:07:40.523][NamedPipeClient][Info ] Received response for Stop
[11:07:40.507][NamedPipeServer][Info ] Stop done.
[11:07:40.570][NamedPipeClient][Info ] Sending Start(Docker.Core.Settings)…
[11:07:40.585][NamedPipeServer][Info ] Start(Docker.Core.Settings)
[11:07:40.601][HyperVGuids ][Info ] Installing GUIDs…
[11:07:40.601][HyperVGuids ][Info ] GUIDs installed
[11:07:40.664][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe…
[11:07:42.093][Firewall ][Info ] Ports are opened
[11:07:42.093][HyperV ][Info ] Create
[11:07:42.093][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…
[11:07:44.040][HyperV ][Info ] Using existing Switch: DockerNAT
[11:07:47.337][HyperV ][Info ] Using existing Switch IP address
[11:07:51.735][HyperV ][Info ] Using existing: MobyLinuxVM
[11:07:52.339][HyperV ][Info ] Setting MobyLinuxVM vm CPUs to 2 and Memory to 2048 MB
[11:07:52.374][DataKit ][Info ] Starting…
[11:07:52.408][PowerShell ][Info ] Run script…
[11:07:53.237][DataKit ][Info ] Started
[11:07:53.254][VpnKit ][Info ] Starting…
[11:07:53.289][PowerShell ][Info ] Run script…
[11:07:53.496][DataKit ][Info ]
[11:07:53.514][DataKit ][Info ] +5607us Datakit Starting com.docker.db.exe 16bb469 …
[11:07:53.514][DataKit ][Info ] Failed to set up server socket listening on “hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd”: Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[11:07:53.531][DataKit ][Info ] Restarting…
[11:07:53.773][PowerShell ][Info ] Run script…
[11:07:54.118][VpnKit ][Info ] Started
[11:07:54.118][DataKit ][Info ] Restarted
[11:07:54.256][ApiProxy ][Info ] Starting…
[11:07:54.274][PowerShell ][Info ] Run script…
[11:07:54.256][VpnKit ][Info ] Restarting…
[11:07:54.256][VpnKit ][Info ] WARNING: Io_page on Windows doesn’t guarantee alignment
[11:07:54.291][VpnKit ][Info ] com.docker.slirp.exe: Logging to stdout (stdout:true DEBUG:false)
[11:07:54.256][DataKit ][Info ] Restarting…
[11:07:54.291][VpnKit ][Info ] com.docker.slirp.exe: Setting handler to ignore all SIGPIPE signals
[11:07:54.291][VpnKit ][Info ] com.docker.slirp.exe: vpnkit version %VERSION% with hostnet version local %HOSTNET_PINNED% uwt version 0.0.3 hvsock version 0.10.0 %HVSOCK_PINNED%
[11:07:54.291][VpnKit ][Info ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd max_connections:None vsock_path:
[11:07:54.308][VpnKit ][Info ] com.docker.slirp.exe: connecting to 72807d72-f692-4a03-a430-c76fb90ba0cd:0B95756A-9985-48AD-9470-78E060895BE7
[11:07:54.308][VpnKit ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd
[11:07:54.308][VpnKit ][Error ] com.docker.slirp.exe: start_port_server: caught Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[11:07:54.325][VpnKit ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[11:07:54.325][VpnKit ][Info ] com.docker.slirp.exe: connecting to 72807d72-f692-4a03-a430-c76fb90ba0cd:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[11:07:54.325][VpnKit ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd
[11:07:54.343][VpnKit ][Info ] com.docker.slirp.exe: internal error, uncaught exception:
[11:07:54.343][VpnKit ][Info ] Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[11:07:54.343][VpnKit ][Info ] Raised by primitive operation at file “lwt/lwt_hvsock.ml”, line 101, characters 21-32
[11:07:54.343][VpnKit ][Info ] Called from file “src/main.ml”, line 75, characters 17-36
[11:07:54.360][VpnKit ][Info ] Called from file “src/main.ml”, line 260, characters 4-90
[11:07:54.360][DataKit ][Info ]
[11:07:54.360][DataKit ][Info ] +5401us Datakit Starting com.docker.db.exe 16bb469 …
[11:07:54.360][DataKit ][Info ] Failed to set up server socket listening on "hyperv-connect

Thank You in advance for answer

FX Theodule

Same problem here - Windows 10 N VM on Azure - has Visual Studio 2012 bundled into it - log is posted below:

Version: 1.13.1 (10072)
Channel: Stable
Sha1: 94675c5a765e2c51fba6c10b87e0a1a4ed3dde51
Started on: 2017/02/15 12:42:35.806
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Enterprise N
Edition: EnterpriseN
Id: 1607
Build: 14393
BuildLabName: 14393.693.amd64fre.rs1_release.161220-1747
File: C:\Users\sami\AppData\Local\Docker\log.txt
CommandLine: "C:\Program Files\Docker\Docker\Docker foar Windows.exe"
You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[12:42:35.915][GUI ][Info ] Starting…
[12:42:36.275][Tracking ][Info ] Crash report and usage statistics are enabled
[12:42:36.290][SegmentApi ][Info ] Usage statistic: appLaunched
[12:42:36.368][NamedPipeClient][Info ] Sending Version()…
[12:42:36.368][NamedPipeClient][Info ] Received response for Version
[12:42:36.368][SegmentApi ][Info ] Usage statistic: heartbeat
[12:42:36.368][NamedPipeServer][Info ] Version done in 00:00:00.
[12:42:36.509][Updater ][Info ] Checking for updates on channel Stable…
[12:42:36.509][NamedPipeClient][Info ] Sending Start(Docker.Core.Settings)…
[12:42:36.509][NamedPipeServer][Info ] Start(Docker.Core.Settings)
[12:42:36.509][PowerMode ][Info ] Stop
[12:42:36.509][HyperV ][Info ] Stop
[12:42:36.509][PowerShell ][Info ] Run script with parameters: -Stop True…
[12:42:36.525][HyperV ][Info ] Script started at 12:42:36.525
[12:42:36.525][HyperV ][Info ] Module loaded at 12:42:36.525
[12:42:36.540][HyperV ][Info ] VM MobyLinuxVM does not exist
[12:42:36.540][HyperV ][Debug ] [stop] took 00:00:00.0312575 to run
[12:42:36.540][OptimizeDisk ][Info ] Optimize
[12:42:36.540][PowerShell ][Info ] Run script…
[12:42:36.556][Moby ][Info ] Stop
[12:42:36.556][HyperV ][Info ] Create
[12:42:36.556][PowerShell ][Info ] Run script with parameters: -Create True -VhdPathOverride -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso…
[12:42:36.556][HyperVGuids ][Info ] Installing GUIDs…
[12:42:36.556][HyperVGuids ][Info ] GUIDs installed
[12:42:36.556][PowerMode ][Info ] Start
[12:42:36.556][Firewall ][Info ] Removing all existing rules…
[12:42:36.571][HyperV ][Info ] Script started at 12:42:36.571
[12:42:36.587][Updater ][Info ] Local build 10072 is as good as the remote 10072 on channel Stable
[12:42:36.587][HyperV ][Info ] Module loaded at 12:42:36.587
[12:42:36.650][HyperV ][Info ] Creating Switch: DockerNAT…
[12:42:36.759][Firewall ][Info ] All existing rules are removed.
[12:42:36.759][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe…
[12:42:37.165][Firewall ][Info ] Opening ports for SMB…
[12:42:37.618][Firewall ][Info ] Ports are opened
[12:42:37.806][HyperV ][Info ] Switch created.
[12:42:37.978][HyperV ][Info ] Set IP address on switch
[12:42:37.993][HyperV ][Info ] Creating VM MobyLinuxVM…
[12:42:38.759][HyperV ][Info ] Setting CPUs to 2 and Memory to 2048 MB
[12:42:38.962][HyperV ][Info ] Attach VHD C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx
[12:42:39.321][HyperV ][Info ] Connect Internal Switch DockerNAT
[12:42:39.446][HyperV ][Info ] Attach DVD C:\Program Files\Docker\Docker\Resources\mobylinux.iso
[12:42:40.196][HyperV ][Info ] VM created.
[12:42:40.196][HyperV ][Debug ] [create] took 00:00:03.6406482 to run
[12:42:40.196][PowerShell ][Info ] Run script ‘(Get-VM MobyLinuxVM).Id.Guid’…
[12:42:40.228][DataKit ][Info ] Starting C:\Program Files\Docker\Docker\Resources\com.docker.db.exe --url hyperv-connect://96754d3d-1494-4a91-bad7-f5da6f78ebd4,\.\pipe\dockerDataBase --color never
[12:42:40.228][DataKit ][Info ] Started
[12:42:40.259][DataKit ][Info ] Starting com.docker.db.exe 0.7.0-34-g6f04213 …
[12:42:40.259][DataKit ][Error ] com.docker.db.exe: Failed to set up server socket listening on hyperv-connect://96754d3d-1494-4a91-bad7-f5da6f78ebd4: Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[12:42:40.259][DataKit ][Info ] com.docker.db.exe: internal error, uncaught exception:
[12:42:40.259][DataKit ][Info ] (Failure accept_forever)
[12:42:40.259][DataKit ][Info ]
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[]}
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[12:42:40.275][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=true
[12:42:40.275][Database ][Info ] Generating CA Cert Bundle
[12:42:40.290][Database ][Info ] CA Cert Bundle Generated
[12:42:40.290][DataKit ][Error ] Process died
[12:42:41.396][Database ][Error ] 2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:40 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:41 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:41 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:41 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:41 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[12:42:41.396][Database ][Error ] Unable to modify database: Unable to write to the database. Exit code: 1. Let’s retry in 1s
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[]}
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[12:42:42.407][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=true
[12:42:43.454][Database ][Error ] 2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:42 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:43 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:43 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:43 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:43 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:43 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[12:42:43.454][Database ][Error ] Unable to modify database: Unable to write to the database. Exit code: 1. Let’s retry in 1s
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[]}
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[12:42:44.470][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=true
[12:42:45.526][Database ][Error ] 2017/02/15 12:42:44 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:44 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:44 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:44 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:44 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:45 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[12:42:45.526][Database ][Error ] Unable to modify database: Unable to write to the database. Exit code: 1. Let’s retry in 1s
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[]}
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[12:42:46.541][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=true
[12:42:47.588][Database ][Error ] 2017/02/15 12:42:46 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:46 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:46 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:46 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:46 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:47 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[12:42:47.588][Database ][Error ] Unable to modify database: Unable to write to the database. Exit code: 1. Let’s retry in 1s
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/net/config=static
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/net/address=10.0.75.2
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/net/netmask=255.255.255.0
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/net/gateway=10.0.75.1
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/network=hybrid
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/docker/daemon.json={“registry-mirrors”:[],“insecure-registries”:[]}
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/etc/sysctl.conf=
[12:42:48.603][Database ][Info ] Writing com.docker.driver.amd64-linux/native/port-forwarding=true
[12:42:49.651][Database ][Error ] 2017/02/15 12:42:48 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:48 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:48 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:48 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Retry dialing \.\pipe\dockerDataBase in 100ms
2017/02/15 12:42:49 Failed to contact the database on \.\pipe\dockerDataBase: open \.\pipe\dockerDataBase: The system cannot find the file specified.

[12:42:49.651][Linux ][Error ] Failed to start: Unable to write to the database. Exit code: 1. Let’s retry
[12:42:49.651][PowerShell ][Info ] Run script…
[12:42:50.979][HyperV ][Info ] Hyper-V is running
[12:42:50.979][PowerMode ][Info ] Stop
[12:42:50.979][HyperV ][Info ] Stop
[12:42:50.979][PowerShell ][Info ] Run script with parameters: -Stop True…
[12:42:50.979][HyperV ][Info ] Script started at 12:42:50.979
[12:42:50.995][HyperV ][Info ] Module loaded at 12:42:50.995
[12:42:51.042][HyperV ][Info ] VM MobyLinuxVM is stopped
[12:42:51.042][HyperV ][Debug ] [stop] took 00:00:00.0625001 to run
[12:42:51.042][OptimizeDisk ][Info ] Optimize
[12:42:51.042][PowerShell ][Info ] Run script…
[12:42:52.386][Moby ][Info ] Stop
[12:42:52.386][HyperV ][Info ] Destroy
[12:42:52.386][PowerShell ][Info ] Run script with parameters: -Destroy True -KeepVolume True…
[12:42:52.386][HyperV ][Info ] Script started at 12:42:52.386
[12:42:52.402][HyperV ][Info ] Module loaded at 12:42:52.402
[12:42:52.418][HyperV ][Info ] VM MobyLinuxVM is stopped
[12:42:52.418][HyperV ][Info ] Destroying Switch DockerNAT…
[12:42:53.152][HyperV ][Info ] Removing VM MobyLinuxVM…
[12:42:53.230][HyperV ][Debug ] [destroy] took 00:00:00.8437384 to run
[12:42:53.230][Firewall ][Info ] Closing ports…
[12:42:53.230][Firewall ][Info ] Removing all existing rules…
[12:42:53.386][Firewall ][Info ] Removing DockerProxy…
[12:42:53.543][Firewall ][Info ] Removed DockerProxy.
[12:42:53.699][Firewall ][Info ] Removing DockerSmbMount…
[12:42:53.871][Firewall ][Info ] Removed DockerSmbMount.
[12:42:54.027][Firewall ][Info ] All existing rules are removed.
[12:42:54.027][Firewall ][Info ] Ports are closed
[12:42:54.027][HyperVGuids ][Info ] Removing GUIDs…
[12:42:54.027][HyperVGuids ][Info ] GUIDs removed
[12:42:54.027][HyperV ][Info ] Create
[12:42:54.027][PowerShell ][Info ] Run script with parameters: -Create True -VhdPathOverride -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso…
[12:42:54.027][HyperV ][Info ] Script started at 12:42:54.027
[12:42:54.043][HyperV ][Info ] Module loaded at 12:42:54.043
[12:42:54.074][HyperV ][Info ] Creating Switch: DockerNAT…
[12:42:54.886][HyperV ][Info ] Switch created.
[12:42:55.043][HyperV ][Info ] Set IP address on switch
[12:42:55.058][HyperV ][Info ] Creating VM MobyLinuxVM…
[12:42:55.699][HyperV ][Info ] Setting CPUs to 2 and Memory to 2048 MB
[12:42:55.855][HyperV ][Info ] Attach VHD C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx
[12:42:56.152][HyperV ][Info ] Connect Internal Switch DockerNAT
[12:42:56.261][HyperV ][Info ] Attach DVD C:\Program Files\Docker\Docker\Resources\mobylinux.iso
[12:42:57.043][HyperV ][Info ] VM created.
[12:42:57.043][HyperV ][Debug ] [create] took 00:00:03.0156442 to run
[12:42:57.043][PowerMode ][Info ] Stop
[12:42:57.043][HyperV ][Info ] Stop
[12:42:57.043][PowerShell ][Info ] Run script with parameters: -Stop True…
[12:42:57.043][HyperV ][Info ] Script started at 12:42:57.043
[12:42:57.058][HyperV ][Info ] Module loaded at 12:42:57.058
[12:42:57.074][HyperV ][Info ] VM MobyLinuxVM is stopped
[12:42:57.074][HyperV ][Debug ] [stop] took 00:00:00.0312514 to run
[12:42:57.074][OptimizeDisk ][Info ] Optimize
[12:42:57.074][PowerShell ][Info ] Run script…
[12:42:58.480][Moby ][Info ] Stop
[12:42:58.480][HyperV ][Info ] Create
[12:42:58.480][PowerShell ][Info ] Run script with parameters: -Create True -VhdPathOverride -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso…
[12:42:58.480][HyperVGuids ][Info ] Installing GUIDs…
[12:42:58.480][PowerMode ][Info ] Start
[12:42:58.480][Firewall ][Info ] Removing all existing rules…
[12:42:58.480][HyperVGuids ][Info ] GUIDs installed
[12:42:58.527][HyperV ][Info ] Script started at 12:42:58.527
[12:42:58.543][HyperV ][Info ] Module loaded at 12:42:58.543
[12:42:58.668][Firewall ][Info ] All existing rules are removed.
[12:42:58.668][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe…
[12:42:58.746][HyperV ][Info ] Using existing Switch: DockerNAT
[12:42:58.840][HyperV ][Info ] Using existing Switch IP address
[12:42:58.918][HyperV ][Info ] Setting CPUs to 2 and Memory to 2048 MB
[12:42:59.043][HyperV ][Info ] Connect Internal Switch DockerNAT
[12:42:59.058][Firewall ][Info ] Opening ports for SMB…
[12:42:59.449][Firewall ][Info ] Ports are opened
[12:42:59.543][HyperV ][Info ] VM created.
[12:42:59.543][HyperV ][Debug ] [create] took 00:00:01.0630347 to run
[12:42:59.543][PowerShell ][Info ] Run script ‘(Get-VM MobyLinuxVM).Id.Guid’…
[12:42:59.558][DataKit ][Info ] Starting C:\Program Files\Docker\Docker\Resources\com.docker.db.exe --url hyperv-connect://74822b52-49cc-482c-a697-85c3edbaee91,\.\pipe\dockerDataBase --color never
[12:42:59.558][DataKit ][Info ] Started
[12:42:59.574][DataKit ][Info ] Starting com.docker.db.exe 0.7.0-34-g6f04213 …
[12:42:59.574][DataKit ][Error ] com.docker.db.exe: Failed to set up server socket listening on hyperv-connect://74822b52-49cc-482c-a697-85c3edbaee91: Unix.Unix_error(Unix.ENETDOWN, “socket”, “”)
[12:42:59.574][DataKit ][Info ] com.docker.db.exe: internal error, uncaught exception:
[12:42:59.574][DataKit ][Info ] (Failure accept_forever)
[12:42:59.574][DataKit ][Info ]
[12:42:59.590][Database ][Info ] Generating CA Cert Bundle
[12:42:59.590][DataKit ][Error ] Process died
[12:42:59.590][Database ][Info ] CA Cert Bundle Generated
[12:43:04.590][PowerMode ][Info ] Stop
[12:43:04.590][HyperV ][Info ] Stop
[12:43:04.590][PowerShell ][Info ] Run script with parameters: -Stop True…
[12:43:04.590][HyperV ][Info ] Script started at 12:43:04.590
[12:43:04.605][HyperV ][Info ] Module loaded at 12:43:04.605
[12:43:04.637][HyperV ][Info ] VM MobyLinuxVM is stopped
[12:43:04.637][HyperV ][Debug ] [stop] took 00:00:00.0468730 to run
[12:43:04.637][OptimizeDisk ][Info ] Optimize
[12:43:04.637][PowerShell ][Info ] Run script…
[12:43:05.933][Moby ][Info ] Stop
[12:43:05.933][HyperV ][Info ] Destroy
[12:43:05.933][PowerShell ][Info ] Run script with parameters: -Destroy True -KeepVolume True…
[12:43:05.933][HyperV ][Info ] Script started at 12:43:05.933
[12:43:05.949][HyperV ][Info ] Module loaded at 12:43:05.949
[12:43:05.965][HyperV ][Info ] VM MobyLinuxVM is stopped
[12:43:05.965][HyperV ][Info ] Destroying Switch DockerNAT…
[12:43:06.527][HyperV ][Info ] Removing VM MobyLinuxVM…
[12:43:06.590][HyperV ][Debug ] [destroy] took 00:00:00.6562663 to run
[12:43:06.590][Firewall ][Info ] Closing ports…
[12:43:06.590][Firewall ][Info ] Removing all existing rules…
[12:43:06.762][Firewall ][Info ] Removing DockerProxy…
[12:43:06.918][Firewall ][Info ] Removed DockerProxy.
[12:43:07.074][Firewall ][Info ] Removing DockerSmbMount…
[12:43:07.246][Firewall ][Info ] Removed DockerSmbMount.
[12:43:07.402][NamedPipeClient][Error ] Unable to send Start: The operation has timed out.
[12:43:07.402][Notifications ][Error ] The operation has timed out.
[12:43:07.402][Firewall ][Info ] All existing rules are removed.
[12:43:07.402][Firewall ][Info ] Ports are closed
[12:43:07.402][HyperVGuids ][Info ] Removing GUIDs…
[12:43:07.402][HyperVGuids ][Info ] GUIDs removed
[12:43:07.402][NamedPipeServer][Error ] Unable to execute Start: The operation has timed out. at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)
at Docker.Backend.ContainerEngine.Linux.Start(Settings settings)
at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass8_0.b__0(Object[] parameters)
at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)
[12:44:01.452][SegmentApi ][Info ] Usage statistic: actionMenuFeedback
[12:44:02.728][NamedPipeClient][Info ] Sending GetDefaultVhdxPath()…
[12:44:02.739][NamedPipeServer][Info ] GetDefaultVhdxPath()
[12:44:02.745][NamedPipeServer][Info ] GetDefaultVhdxPath done in 00:00:00.0060017.
[12:44:02.748][NamedPipeClient][Info ] Received response for GetDefaultVhdxPath
[12:44:48.537][FeedbackSettings][Info ] Open logs

Hello,

In my case the problem was generated by the windows firewall that was blocking docker to create the containers.
Disabling the firewall didn’t solve the problem.
I solved it by adding Docker for windows in the “Allow an app or feature through windows firewall” area.
After doing this I could share my drives again.
For those who use Docker for windows on a computer inside a domain, reset docker for windows and share your drives again.In my case the domain password expired and it forced me to enter the new one in order to share the drives.

Regards,
R