Home > Software design >  "Docker Desktop stopped..." message after installation
"Docker Desktop stopped..." message after installation

Time:02-12

Installed docker desktop for windows, after having installed the linux kernel update package and changing to wsl 2 version (virtualization is enabled) but i get the message "Docker Desktop stopped..." as shown below.

Tried:

  • uninstalling and reinstalling again
  • run application as administrator

enter image description here

CodePudding user response:

I had the same problem. If you are using docker 4.5.0, try uninstall and install 4.4.4 instead. That worked for me.

  • Related