Docker is not starting on windows 10

Hi, I’m also getting the same issues and below is crash report.

38527887-88C4-47EC-8D21-D98A92197C62/2016-11-08_12-53-42

I’m getting below error message -

Unable to create: The running command stopped because the preference variable “ErrorActionPreference” or common parameter is set to Stop: The object already exists.

at Docker.Backend.HyperV.RunScript(String action, Dictionary`2 parameters)
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)

1 Like

I tried uninstall and installing it again but that didn’t help, I’m getting the same issue.

I have the same problem as described here. Reinstalling Docker did not work.
Windows 10 Pro
Docker For Windows 17.09.0-ce-win33

Unable to create: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Failed to create the virtual hard disk.

The system failed to create 'C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx'.
 at New-MobyLinuxVM, <No file>: line 222
 at <ScriptBlock>, <No file>: line 385
 at Docker.Backend.HyperV.RunScript(String action, Dictionary`2 parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\HyperV.cs:line 177
 at Docker.Backend.ContainerEngine.Linux.Start(Settings settings, String daemonOptions) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 123
 at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.<Register>b__0(Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 47
 at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 145

However, I went to Windows Features and unchecked Hyper-V checkbox. The system had to be restarted and from then on docker is running again.

Note: Hyper-V is still checked, I guess docker automatically re-activated it.

Kinda of makes me really nervous, because i have tried everything, and I still don’t know what to do…I feel like I’m starting giving up!