exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 12 discussion

Actual exam question from Microsoft's AZ-800
Question #: 12
Topic #: 3
[All AZ-800 Questions]

HOTSPOT -
You have a Windows Server container host named Server1 and an Azure subscription.
You deploy an Azure container registry named Registry1 to the subscription.
On Server1, you create a container image named image1.
You need to store image1 in 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:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli?tabs=azure-cli#push-the-image-to-your-registry

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Burnie
Highly Voted 2 years, 7 months ago
Push the image to your registry Now that you've tagged the image with the fully qualified path to your private registry, you can push it to the registry with docker push: docker push myregistry.azurecr.io/samples/nginx https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli?tabs=azure-cli#push-the-image-to-your-registry
upvoted 9 times
...
Ksk08
Most Recent 8 months ago
Docker and push is correct
upvoted 1 times
...
afridi43
1 year, 9 months ago
Answer is correct This command will push the image1 container image to the Azure Container Registry named Registry1. docker push Registry1.Azurecr.io/image1
upvoted 2 times
...
syu31svc
2 years, 3 months ago
Answer is correct Docker push is the command to use
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...