Skip to content

Latest commit

 

History

History
 
 

101-container-registry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Solution name

To deploy this template using the scripts from the root of this repo:

.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '101-container-registry'
azure-group-deploy.sh -a '101-container-registry' -l eastus -u

This template deploys an Azure Container Registry with its storage account. Azure Container Registry is a PaaS offer for creating your own Docker image registry.

Tags: Azure Container Registry, Docker

Solution overview and deployed resources

This is an overview of the solution

The following resources are deployed as part of the solution

  • Storage Account: Storage account used by Container Registry for storing its data
  • Azure Container Registry: Docker image registry

Deployment steps

You can click the "deploy to Azure" button at the beginning of this document or follow the instructions for command line deployment using the scripts in the root of this repo.

Usage

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