Wednesday, April 8, 2020

Error: Docker “no matching manifest for windows/amd64 in the manifest list entries” in Windows10

I use Docker on Windows 10 for my lab purposes, and when I tried to pull a Docker images like docker registry, ubuntu etc... I used to get the error message as shown in the below image.


>docker pull registry

I got the following error message:

 

Solution:


1) Right click Docker user interface
2) Go to Settings then click on Docker Engine and Set the "experimental": true


3) Click on Apply & Restart. 


Once the docker restarted you can download the images.

Note : Please make sure you stop all the container's.