Technical questionAccepted answer
Docker Failed to Initialize on Windows
Ayush
Jun 23
0 views1
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.
I tried so many things like re-installing the docker desktop or WSL updates, but none of those worked.
1 answer
Accepted answer · original discussion
tmBlackCape
PermalinkJun 30
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)
3 question comments
Use comments to ask for clarification. Post a solution as an answer.
AyushPermalink
Jun 24
Its showing same error as for the connection PS C:\WINDOWS\system32> docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to hub.docker.com to create one. Username: ********* Password: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/auth": open //./pipe/docker_engine: The system cannot find the file specified. @Facty
anandhuPermalink
Jun 29
Hi did you resolve this. I am also getting same error. Stragely enough you have posted the question 6 days ago, very recently