From the course: Docker on Azure

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Push a container image to Azure Container Registry

Push a container image to Azure Container Registry

From the course: Docker on Azure

Push a container image to Azure Container Registry

Hello, and welcome to this video on pushing a container image to the Azure Container Registry. In this demonstration, we'll walk through the following steps. We'll start by creating an Azure Container Registry resource using Azure CLI. We'll then push a local container image into the registry. And finally, we'll verify the image exists in the registry. Now, the steps that I'll be following can be found in the LinkedIn GitHub repository for this course, and that will be in chapter-01, video-07. So let's get started with the first task of creating a container registry using the Azure CLI. The first thing that I'll do is I'll log into my Azure environment using az login. So if I go to my lab virtual machine and press "Enter", I'll be prompted to authenticate with my credentials. I'll go ahead and select my credentials, and I should now be authenticated using my Azure credentials. So the next thing that I'll do is I'll copy the rest of the commands for the first task. I'll head back to…

Contents