Error response from daemon: Get https://registry-1.docker.io/v2/

configure your company proxy server inside powershell for docker.

##[Environment]::SetEnvironmentVariable(“HTTP_PROXY”, “http://proxyserver:port”, [EnvironmentVariableTarget]::Machine)"

And restart docker service : restart-service docker

And try pulling any container.

Regards,
Chethan Gatty

1 Like