I use Docker on Windows, and when I tried to pull a PHP image with this command
$ docker pull php
I got this message:
Using default tag: latest
latest: Pulling from library/php no matching manifest for windows/amd64
in the manifest list entries
How can I fix this problem?
I had this same issue on Windows 10 (2020) and Windows 11 (2023). I bypassed it by running the Docker daemon in experimental mode:
"experimental": true