Relative Content

Tag Archive for docker-registryazure-container-registry

Unable to connect local Nexus instances to Azure Container Registry

I’m trying to set up three separate local Nexus instances (one for each data center) with Docker proxy configured to connect to our Azure Container Registry (ACR) for the project. The goal is to have each data center’s Nexus repository act as a local cache for the images stored in the ACR, reducing the need to pull from the remote registry for each deployment.
I’ve followed these steps: