I have Docker version 19.03.5 on a Windows 10 machine. I try to run hello-world
, but docker is not able to pull hello-world
image:
docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
docker: no matching manifest for windows/amd64 10.0.17134 in the manifest list entries.
I also tried to switch to Linux containers as suggested on some SO answers, but it throws an error:
Unable to create - The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Hyper-V encountered an error trying to access an object on computer 'HOST-NAME' because the object was not found. The object might have been deleted. Verify that the Virtual Machine Management service on the computer is running.