Exam
Answer confirmed
Question
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.
Proposed answer

Suggested answer
Correct answer
The suggested answer is correct
Burnie
Highly Voted 2 years 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 8 times
Ksk08
Most Recent 4 weeks ago
Docker and push is correct
upvoted 1 times
afridi43
1 year, 2 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
1 year, 8 months ago
Answer is correct Docker push is the command to use
upvoted 4 times