You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the getting-started container the image is pulled and a corresponding container is started.
Actual behavior
$ docker run -dp 80:80 docker/getting-started
Unable to find image 'docker/getting-started:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/docker/getting-started/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Adocker%2Fgetting-started%3Apull&service=registry.docker.io: unexpected EOF.
See 'docker run --help'.
Information
Windows Version: Windows 10 Pro 2004 (Build 19041.208)
I am not able to access the official docker registry in any way. This includes but not limited to:
docker login
Expected behavior
When starting the getting-started container the image is pulled and a corresponding container is started.
Actual behavior
Information
Steps to reproduce the behavior
docker run -dp 80:80 docker/getting-started
The text was updated successfully, but these errors were encountered: