I use Docker on Windows, and when I tried to pull a ubuntu image with this command
$ docker pull ubuntu
I get the following error message:
Using default tag: latest
latest: Pulling from library/ubuntu no matching manifest for windows/amd64 in the manifest list entries
Is there an easy fix to this problem?
Thanks in advance.