Is Proxy Authentication supported in Docker EE Windows Server 2016?
Hi, I am also facing the same issue. How did you fix it?
C:\Program Files\Docker>docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io: Proxy Authentication Required. See 'docker run --help'.
@user1989 Have you logged into Docker Hub yet?
You first need to login before any
docker run
command can be executed.
Simply type:
docker login
Type your username and hit enter:
Username (user1989): <docker_username_here>
Then enter your password next: <that_docker_password_life>
NOTE - If you’re not fully updated on Docker, there is a known bug with using the :
symbol in passwords. This will not let you authenticate properly. To remedy, please make sure you’re on the latest release.
Hi, Not able to login to docker. I get proxy authentication error. I have set proxy in enviornment variable.