skip to Main Content

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!

5

Answers


  1. Chosen as BEST ANSWER

    Downgrade to the older version solved my issue


  2. I get that a lot on my laptop. I restart the "Hyper-V Host Compute Service" in Services. When that has restarted, I can start Docker Desktop.

    I haven’t found a permanent fix.

    Login or Signup to reply.
  3. You can try uninstalling docker and deleting

    1. /Users/AppData/Local/Docker
    2. /Users/AppData/Roaming/Docker
    3. C:/Program Files/Docker
    4. C:/ProgramData/Docker
    5. Reinstalling Docker

    However, what worked for me ultimately was deleting .docker in /Users folder and restarting docker.

    Login or Signup to reply.
  4. I had the same issue while starting the "Linux container" but windows container was working fine.

    After trying All the possible methods to make docker desktop work, In case that is not worked then try this one. This one worked for me.

    Please make sure to use older version of docker desktop ( mine is 4.4)

    In docker desktop,

    1. Go to settings –> General –> Use the WSL 2 based engine
      Where If that check box turned On, Just Turn that off.
    Login or Signup to reply.
  5. 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:UsersLifeIsGoodAppDataRoamingDocker

    NB. LifeisGood is my username

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search