Question 203 of 267 from exam AZ-303: Microsoft Azure Architect Technologies

Question 203 of 267 from exam AZ-303: Microsoft Azure Architect Technologies

Question

HOTSPOT -

Your company has an Azure Container Registry named Registry1.

You have an Azure virtual machine named Server1 that runs Windows Server 2019.

From Server1, you create a container image named image1.

You need to add image1 to Registry1.

Which command should you run on Server1? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

An Azure container registry stores and manages private Docker container images, similar to the way Docker Hub stores public Docker images. You can use the

Docker command-line interface (Docker CLI) for login, push, pull, and other operations on your container registry.

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli https://docs.docker.com/engine/reference/commandline/push/