This seems to be one of the most common issues with Docker but no definitive answer to it. Is there a fix I am missing?
Expected behavior
Can start/stop Docker
Actual behavior
Unable to stop: Killed VM MobyLinuxVM did not stop
at Fatal, : line 400
at Stop-VM-Force, : line 388
at Stop-MobyLinuxVM, : line 326
at , : line 407
at Docker.Backend.HyperV.RunScript(String action, Dictionary`2 parameters) in C:\gopath\src\githubcom\docker\pinata\win\src\Docker.Backend\HyperV.cs:line 181
at Docker.Backend.ContainerEngine.Linux.DoStop() in C:\gopath\src\githubcom\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 306
at Docker.Backend.ContainerEngine.Linux.Start(Settings settings, String daemonOptions) in C:\gopath\src\githubcom\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 129
at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.b__0(Object[] parameters) in C:\gopath\src\githubcom\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\githubcom\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 145
Host: Windows 10 Enterprise version
Steps to reproduce the behavior
1.Try to start Docker for Windows
2.Fail due to the error reported