Deploy and use Azure Container Registry

Intermediate
Administrator
Azure Container Registry

Learn how to create a private registry service for building, storing, and managing container images and related artifacts.

Learning objectives

After completing this module, you'll be able to:

  • Describe Azure Container Registry as a private registry service for building, storing, and managing container images and related artifacts.
  • Create an Azure container registry instance with the Azure portal.
  • Sign in to the registry instance using the Azure CLI on your local machine.
  • Push an image to the registry instance.
  • Remove the registry-tagged local image reference from your local Docker environment.
  • View the image in your registry.
  • Pull and run the container image from your container registry.

Prerequisites

  • An Azure subscription.
  • Permissions to create the registry and assign Azure roles in the subscription. If you can't assign roles, ask an administrator to assign you the Container Registry Repository Writer role for push/pull and the Container Registry Repository Catalog Lister role for portal repository listing after the registry is created.
  • Azure CLI installed. You'll sign in during the exercise.
  • Docker installed locally with the Docker daemon running.