Home > Blockchain >  WSL 2 is not installed error when opening docker desktop
WSL 2 is not installed error when opening docker desktop

Time:02-10

Whenever I try to open docker desktop on windows 10, I get this. https://i.stack.imgur.com/AlUCn.png

But I never opted for WSL installation while installing docker desktop. I tried uninstalling it, restarting my PC and removing the local APPDATA manually, but still I'm getting this error.

CodePudding user response:

Try to open powershell and use wsl --install. After that restart your computer and try to open docker again.

  • Related