docker desktop – unexpected wsl error
I got the same problem while try to install docker desktop.
So in my case, I install docker and login while WSL is out of date then I follow the above comment
- enableing BIOS SVM mode ( gg your self :)) )
- restart and open docker, if it got that error “starting wsl engine 2 errors occurred . . .”
- open cmd admin and check wsl status:
wsl --status
you will see:
Default Distribution: docker-desktop (in my case this is :docker-desktop-data)
Default Version: 2
wsl --unregister docker-desktop
- open docker again.