简体   繁体   中英

Unable to pull docker image on Windows 10

I have docker 2.2.0.4 on Windows 10. I see following message while trying to test it:

>docker pull hello-world

Using default tag: latest

latest: Pulling from library/hello-world

no matching manifest for windows/amd64 10.0.17134 in the manifest list entries

I even did 'Switch to Linux Containers', but that stops docker itself with error.

How to get it working?

I tried with 2.2.0.5 too, but still I face issues. I have posted it here too.

Try running with the Linux platform as an option

docker pull --platform linux

OR

Enable the experimental feature in Docker Daemon

  1. Right click Docker icon in the Windows System Tray
  2. Go to Settings
  3. Daemon
  4. Advanced
  5. Set the "experimental": true
  6. Restart Docker

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM