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