-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"docker pull" fails in windows 10 #1100
Comments
Hi @stickybit1754 |
@stickybit1754 please follow the Docker tutorial here: https://blog.docker.com/2017/09/preview-linux-containers-on-windows/ In this case the problem is that step 9 requires adding the |
@friism Thank you - The |
for me with experimental flag is not working:
|
Same issue as @b4dnewz. I've followed the instructions and add the --experimental but same outcome. |
Hello, |
hi @AlekseyAndreev in your case I think you should see this issue on rabbitmq and change to a linux based OS (for now) I guess. |
Also same issue over here. Maybe a problem with the latest version from the master branch? Version:
Info
|
I had similar problems using docker on Windows10 The error was : I removed docker from Windows and also found the file 'MobyLinuxVM.vhdx' located at 'C:\Users\Public Documents\Hyper-V\Virtual hard disks\ was corrupted. It's memory size was 6,569,023KB. I deleted MobyLinuxVM.vhdx. After reloading a Docker, I restarted the computer. The restart reloaded 'MobyLinuxVM.vhdx' located at 'C:\Users\Public Documents\Hyper-V\Virtual hard disks\ and now it was only 4,096 KB now. This was a good sign. I right clicked on the 'Docker for Windows' icon and ran it as an administrator, but I still had the same error. I restarted the computer again. After the restart, Docker started to work again. |
In my case, I just remove and reinstall. It works. |
Thanks @ezaurum, reinstalling worked for me too |
Same as cuckopl for me. Swapping to Linux containers did the trick |
@cuckopl's solution worked for me also. Cheers! |
Swap to Linux container it will solve I used same trick. |
I switch to Linux Containers in the icon bar and this worked for me. Thanks @upardhi |
Sequence of steps that worked for me:
|
Only change to Linux Containers and be happy |
Reboot fixed the "no matching manifest" error for me. |
Sign out this worked for me |
@jgprogram Thanks, this worked for me for pulling redis image on windows 10. |
@jgprogram thank you very much,have a nice day! |
Unable to find image 'hello-world:latest' locally Once you log in successfully PS C:\WINDOWS\system32> docker login PS C:\WINDOWS\system32> docker run hello-world Hello from Docker! To generate this message, Docker took the following steps:
To try something more ambitious, you can run an Ubuntu container with: Share images, automate workflows, and more with a free Docker ID: For more examples and ideas, visit: |
Worked For Me Thanks @jgprogram |
thansk @cuckopl |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
docker pull ubuntu
Actual behavior
while running docker pull, I'm getting the following error.
I can however pull
hello-world
successfully.Information
from docker daemon :
Steps to reproduce the behavior
Followed steps in the tutorial here
The text was updated successfully, but these errors were encountered: