Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker Failed to Initialize on Windows 10 [closed]

I have an issue with running the Docker Desktop on my Windows 10 PC. After trying to run it I got an error:

Docker failed to initialize - Docker Desktop is shutting down

I already tried reinstalling (as admin), restarting PC, restarting docker services, removing content from .../AppData/Local/Docker and .../AppData/Roaming/Docker folders, but still receiving the same error message.

Does anyone have an idea how can I fix it?

Thank you a lot!

like image 628
Erika Avatar asked Nov 23 '25 20:11

Erika


2 Answers

Simply local Appdata on your windows box, go to Roaming->Docker and delete the settings.json file. Restart docker and you will be fine. Appdata can be located at this path: C:\Users\LifeIsGood\AppData\Roaming\Docker

NB. LifeisGood is my username

like image 138
Fred Lumberg Avatar answered Nov 26 '25 18:11

Fred Lumberg


Downgrade to the older version solved my issue

like image 37
Erika Avatar answered Nov 26 '25 18:11

Erika