Reputation: 29
I am trying to run Docker desktop on my windows 10 Pro 64 bit machine with below build specifications and setup details,
I have installed Docker Desktop version 2.2.0.3 (42716). I am running this as a administrator and during start it throws me the below error.
I have searched for similar issues and have done the below so far without any success.
Not sure what could be the issue.Please provide guidance .
Thanks
Upvotes: 2
Views: 1373
Reputation: 21
Try uninstalling Docker toolbox. I was having similar problems with Docker desktop for windows. I had previously installed docker toolbox after uninstalling docker toolbox, docker desktop for windows ran correctly.
Upvotes: 1
Reputation: 1275
Seems like this is still an open issue on Docker for Windows. As suggested in the issue and this thread you can try:
Open Window Security
Open App & Browser control
Click Exploit protection settings at the bottom
Switch to Program settings tab
Locate C:\WINDOWS\System32\vmcompute.exe
in the list and expand it
Click Edit
Scroll down to Code flow guard (CFG) and uncheck Override system settings
Start vmcompute
from PowerShell: net start vmcompute
It might be useful to go through the issue because you can find other potential solutions, e.g. having your hostname and netbiosname matched.
Upvotes: 1