Issue with Docker Desktop on Windows 11: Won't Start After First Launch

I was having this issue. Turns out if you have disabled Docker Desktop Launcher you can no longer make use of the UI.
image
Switch this back on under Settings → Apps → Startup and reboot.

I checked now. Mine is disabled and I have no problem with the Docker Desktop GUI. That flag should only affect whether Docker Desktop starts automatically when you log in to Windows. This is what can be changed from Docker Desktop as well. DD just changes the same setting. I think I installed Docker Desktop from the release page, but it is also available from Microsoft Store. How did you install it?

This one worked for me

  1. Stop WSL
    wsl --shutdown

  2. Delete Docker WSL distros (safe, Docker recreates them)
    wsl --unregister docker-desktop
    wsl --unregister docker-desktop-data

  3. Start Docker Desktop again
    It will recreate fresh WSL instances.