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
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
-
-
-
From virtual machines to containers3m 48s
-
(Locked)
Azure container options4m 19s
-
(Locked)
Deploy a Lab Docker VM6m 56s
-
(Locked)
From app to containerized app4m 40s
-
(Locked)
Working with Azure Container Registry5m 23s
-
(Locked)
Containerize an app and upload to Azure Container Registry5m 51s
-
(Locked)
Push a container image to Azure Container Registry5m 54s
-
(Locked)
Automating container builds using Azure DevOps7m
-
(Locked)
Challenge: Automate container image updates33s
-
(Locked)
Solution: Automate container image updates4m 10s
-
-
-
-
-
-