RKR
RKR

Reputation: 29

Docker Desktop for Windows

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.

  1. Uninstall and re-install Docker Desktop (with system reboots)
  2. Turn ON and OFF Hyper-V in app features (with system reboots)
  3. Changed my system name to avoid any special characters(although looking at the error message it is not reflecting the changed system name).

Not sure what could be the issue.Please provide guidance .

Thanks

Upvotes: 2

Views: 1373

Answers (2)

Debaser
Debaser

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

Stefan Golubović
Stefan Golubović

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:

  1. Open Window Security

  2. Open App & Browser control

  3. Click Exploit protection settings at the bottom

  4. Switch to Program settings tab

  5. Locate C:\WINDOWS\System32\vmcompute.exe in the list and expand it

  6. Click Edit

  7. Scroll down to Code flow guard (CFG) and uncheck Override system settings

  8. 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

Related Questions