1

In our org, we have to use Nexus as proxy for downloading docker images from internet as our servers won't have internet connectivity.

I've setup proxy for Docker hub registry using URL ""

I want to setup proxy for the new MCR (mcr.microsft.com) registry.

Can someone please tell me what registry URL should i configure in my proxy server to be able to pull images from mcr through proxy...

instead of below command, docker pull mcr.microsoft.com/dotnet/core/sdk

I want to be able to use docker pull <IP_Of_Nexus_Proxy>:<Port_Of_Proxy>/dotnet/core/sdk

Below is working for me and pull image from docker hub docker pull <IP_Of_Nexus_Proxy>:<Port_Of_Proxy>/hello-world

Tom Halson
  • 380
  • 3
  • 12

0 Answers0