Skip to content

Latest commit

 

History

History

101-container-registry-geo-replication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure Container Registry with Geo-replication

This template deploys an Azure Container Registry with Geo Replication enabled. Azure Container Registry is a PaaS offer for creating your own Docker image registry.

Tags: Azure Container Registry, Docker

Solution overview and deployed resources

The following resources are deployed as part of the solution. Note the Azure Container Registry is set to Premium sku which is required to support Geo-Replication.

  • Azure Container Registry: Docker image registry
  • Geo-Replicated registry: Docker image registry replication

Login to your registry

Follow this documentation for authenticate your docker client to your container registry.

Push images to your registry

For pushing docker images on your registry, follow this documentation