Hi
I am new to docker,
- Issue type: error
- OS Version/build : Win10
- App version :Docker version 20.10.5, build 55c4c88
- Steps to reproduce: docker run hello-world
started it on win10 .
using wsl2 base engine
Tried to run:
` docker run hello-world
Unable to find image ‘hello-world:latest’ locally
docker: Error response from daemon: Head https://registry-1.docker.io/v2/library/hello-world/manifests/latest: Get https://auth.docker.io/token?account=riker1&scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io: unexpected EOF.
See ‘docker run --help’.
`
what am I missing?
Thanks