Introduction

Completed

This module covers the creation of an Azure Container Registry instance with the Azure portal.

Scenario

In this scenario, you learn how to create a private registry service for building, storing, and managing container images and related artifacts. You use Docker commands to push a container image into the registry, and finally pull and run the image from your registry.

Learning objectives

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

  • 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 image from your local Docker environment.
  • View the image in your registry.
  • Pull and run the container image from your container registry.

Goals

The goal of this module is to teach you how to create and manage an Azure Container Registry instance, and to push, pull, and run container images from the registry.