ホットスポットに関する質問
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