Azure Stack Hub 上の Azure Container Registry でサポートされているコマンド

Azure Stack Hub 上の Azure Container Registry では、グローバル Azure 機能のサブセットがサポートされています。 詳細については、「 概要」に関するページを参照してください。

サポートされている Azure Container Registry CLI コマンド

command 説明
az acr check-health 環境について、また必要があればターゲット レジストリについても、正常性に関する情報を取得します。
az acr check-name Azure コンテナー レジストリ名が有効であり、使用できるかどうかを確認します。
az acr create Azure Container Registry インスタンスを作成します。
az acr credential renew Azure Container Registry インスタンスのログイン資格情報を再生成します。
az acr credential show Azure Container Registry インスタンスのログイン資格情報を取得します。
az acr delete Azure Container Registry インスタンスを削除します。
az acr import Azure コンテナー レジストリに、別のコンテナー レジストリからイメージをインポートします。 インポートにより、docker pull、docker tag、docker push を実行する必要がなくなります。
az acr list 現在のサブスクリプションの下にあるすべてのコンテナー レジストリを一覧表示します。
az acr login Docker CLI を使用して Azure Container Registry にログインします。
az acr manifest list-metadata Azure Container Registry 内のリポジトリのマニフェストを一覧表示します。
az acr repository delete Azure Container Registry 内のリポジトリまたはイメージを削除します。
az acr repository list Azure Container Registry 内のリポジトリを一覧表示します。
az acr repository show Azure Container Registry 内のリポジトリまたはイメージの属性を取得します。
az acr repository show-tags Azure Container Registry 内のリポジトリのタグを表示します。
az acr repository untag Azure Container Registry でイメージのタグを解除します。
az acr repository update Azure Container Registry 内のリポジトリまたはイメージの属性を更新します。
az acr show Azure Container Registry の詳細を取得します。
az acr show-usage Azure Container Registry のストレージ使用量を取得します。
az acr update Azure Container Registry を更新します。
az acr webhook create Azure Container Registry の Webhook を作成します。
az acr webhook delete Azure Container Registry から Webhook を削除します。
az acr webhook get-config Webhook のサービス URI とカスタム ヘッダーを取得します。
az acr webhook list Azure Container Registry のすべての Webhook を一覧表示します。
az acr webhook list-events Webhook の最近のイベントを一覧表示します。
az acr webhook ping Webhook の ping イベントをトリガーします。
az acr webhook show Webhook の詳細を取得します。
az acr webhook update Webhook を更新します。

サポートされていない省略可能なパラメーター

サポートされている一部のコマンドには、Azure Stack Hub でサポートされていない省略可能なパラメーターが含まれています。 サポートされていないパラメーターは次のとおりです。

az acr create

  • --allow-trusted-services
  • --default-action
  • --identity
  • --key-encryption-key
  • --public-network-enabled
  • --workspace
  • --zone-redundancy

az acr update

  • --allow-trusted-services
  • --anonymous-pull-enabled
  • --data-endpoint-enabled
  • --default-action
  • --public-network-enabled
  • --sku

サポートされている Azure Container Registry PowerShell コマンド

command 説明
Connect-AzContainerRegistry Azure コンテナー レジストリにログインします。
Get-AzContainerRegistry コンテナー レジストリを取得します。
Get-AzContainerRegistryCredential コンテナー レジストリのログイン資格情報を取得します。
Get-AzContainerRegistryManifest ACR マニフェストを取得または一覧表示します。
Get-AzContainerRegistryRepository ACR リポジトリを取得または一覧表示します。
Get-AzContainerRegistryTag ACR タグを取得または一覧表示します。
Get-AzContainerRegistryUsage Azure コンテナー レジストリの使用状況を取得します。
Get-AzContainerRegistryWebhook コンテナー レジストリ Webhook を取得します。
Get-AzContainerRegistryWebhookEvent コンテナー レジストリ Webhook のイベントを取得します。
Import-AzContainerRegistryImage グローバル Azure レジストリから Azure コンテナー レジストリにイメージをインポートします。
New-AzContainerRegistry コンテナー レジストリを作成します。
New-AzContainerRegistryWebhook コンテナー レジストリ Webhook を作成します。
Remove-AzContainerRegistry コンテナー レジストリを削除します。
Remove-AzContainerRegistryManifest ACR マニフェストを削除します。
Remove-AzContainerRegistryRepository ACR からリポジトリを削除します。
Remove-AzContainerRegistryTag ACR タグのタグを解除します。
Remove-AzContainerRegistryWebhook コンテナー レジストリ Webhook を削除します。
Test-AzContainerRegistryNameAvailability コンテナー レジストリ名の可用性を確認します。
Test-AzContainerRegistryWebhook Webhook の ping イベントをトリガーします。
Update-AzContainerRegistry コンテナー レジストリを更新します。
Update-AzContainerRegistryCredential コンテナー レジストリのログイン資格情報を再生成します。
Update-AzContainerRegistryManifest ACR マニフェストを更新します。
Update-AzContainerRegistryRepository ACR リポジトリを更新します。
Update-AzContainerRegistryTag ACR タグを更新します。
Update-AzContainerRegistryWebhook コンテナー レジストリ Webhook を更新します。

次のステップ

Azure Stack Hub Azure Container Registry の詳細を確認する