Search code examples
dockerdocker-for-windows

Docker Failed to Initialize on Windows


I have problem regarding pulling docker-dev in a docker image for making my development environment. When I tried to pull docker-dev, I got an error like "docker manifest not found."

Can anyone help me out with this error?

I want to know about the docker failed to initialize error which I'm getting right now.

The error is like this: enter image description here

I tried so many things like re-installing the docker desktop or WSL updates, but none of those worked.

The error in the command is like this: enter image description here


Solution

  • Got the same issue and fixed it by deleting %appdata%\Docker as mentioned by Github User "tocklime"

    (Original Source : https://github.com/docker/for-win/issues/3088) enter image description here