Open Niks218 opened 1 year ago
Running wsl -l -v
shows that docker-desktop distro is actually in uninstalling state
Managed to solve it with deleting stuck docker-desktop distro using wsl --unregister docker-desktop
I am also facing the same issue. So, after using wsl --unregister docker-desktop
command, is it require to reinstall Docker Desktop again?
For me it it still not solved
C:\Users\WALLWIF>wsl -l -v NAME STATE VERSION
I am also facing the same issue. So, after using
wsl --unregister docker-desktop
command, is it require to reinstall Docker Desktop again?
Still occurring after updating to docker 4.34.2 on 09/16/2024
Thankfully wsl --unregister docker-desktop
solved the problem. Thank you.
I just hit this after updating to v4.35.1 on a Windows 10 machine.
After wsl --unregister docker-desktop
, I could start and run docker desktop as normal.
Actual behavior
Can't start Docker Desktop for Windows with error code Wsl/Service/WSL_E_DISTRO_NOT_FOUND after updating to last version 4.15.0 (93002).
Expected behavior
Be able to use Docker Desktop.
Information
I have WSL2 distros running fine. Tried to reinstall Docker Desktop. Output of
wsl --list
shows no docker-desktop distro at all, only docker-desktop-data.Output of
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
Failing with
Steps to reproduce the behavior