In this chapter, we will learn how to get started with Azure Container Registry (ACR) and use it to store, upload, and download Docker images.
Overview of Azure Container Registry (ACR)
Installing the Docker Desktop client
Installing Visual Studio Code and the Docker extension
Enabling the Azure Container Registry (ACR) service in Azure
Authenticating to ACR from a local machine
Tagging and pushing Docker images to ACR
Pulling a Docker image from ACR to a local machine
Securing our ACR ...