web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / That NAV Guy / Docker Desktop Failed to In...

Docker Desktop Failed to Initialize

Teddy Herryanto (That NAV Guy) Profile Picture Teddy Herryanto (Th... 14,213 Super User 2025 Season 2

After updating the Docker Desktop to the latest version successfully, the docker was acting up and refused to start up. To fix this issue, try to delete below folders.

%USERPROFILE%\AppData\Local\Docker
%USERPROFILE%\AppData\Roaming\Docker
%USERPROFILE%\AppData\Roaming\Docker Desktop

Once deleted, you should be able to start Docker Desktop as normal.

If the docker is stuck at starting, run below two commands in powershell.

wsl --unregister docker-desktop
wsl --unregister docker-desktop-data

This was originally posted here.

Comments

*This post is locked for comments