i am new to docker ,installed docker for windows 10 : version 18.06.0-ce, build 0ffa825
i tried to execute the first docker pull command but it doesn't succeed , i am beside a corporate proxy and the connection to docker server is working fine . here is what i got :
PS C:\WINDOWS\system32> docker pull microsoft/nanoserver
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: Forbidden.
when i call the link https://registry-1.docker.io/v2/ on the browser i get:
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]}
edit :
after changing the proxy address i had :
Error response from daemon: Get https://registry-1.docker.io/v2/: Proxy Authentication Required
i have followed the same as windows docker behind a corporate proxy: ,but still i facing the same issue.