ホットスポットの質問
Server1 という名前の Windows Server コンテナー ホストと Azure サブスクリプションがあります。
Registry1 という名前の Azure コンテナー レジストリをサブスクリプションにデプロイします。
Server1 で、image1 という名前のコンテナー イメージを作成します。
image1 を Registry1 に保存する必要があります。
Server1 ではどのコマンドを実行する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation:
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