Registro Azure Container comandi supportati nell'hub di Azure Stack

Il Registro Azure Container (ACS) in Azure Stack supporta un subset delle funzionalità globali di Azure. Per altre informazioni, vedere Panoramica.

Comandi supportati dell'interfaccia della riga di comando di Registro Azure Container

Comando Descrizione
az acr check-health Ottiene informazioni sull'integrità sull'ambiente e, facoltativamente, un registro di destinazione.
az acr check-name Controlla se un nome di Registro Azure Container è valido e disponibile per l'uso.
az acr create Creare un Registro Azure Container.
az acr credential renew Rigenerare le credenziali di accesso per un Registro Azure Container.
az acr credential show Ottenere le credenziali di accesso per un Registro Azure Container.
az acr delete Elimina un Registro Azure Container.
az acr import Importa un'immagine in un Registro Azure Container da un altro Registro Contenitori. L'importazione rimuove la necessità di eseguire il pull docker, il tag Docker, il push docker.
az acr list Elenca tutti i registri contenitori nella sottoscrizione corrente.
az acr login Accedere a un Registro Azure Container tramite l'interfaccia della riga di comando di Docker.
az acr manifest list-metadata Elencare i manifesti di un repository in un Registro Azure Container.
az acr repository delete Eliminare un repository o un'immagine in un Registro Azure Container.
az acr repository list Elencare i repository in un Registro Azure Container.
az acr repository show Ottenere gli attributi di un repository o di un'immagine in un Registro Azure Container.
az acr repository show-tags Visualizzare i tag per un repository in un Registro Azure Container.
az acr repository untag Annullare il tag di un'immagine in un Registro Azure Container.
az acr repository update Aggiornare gli attributi di un repository o di un'immagine in un Registro Azure Container.
az acr show Ottenere i dettagli di un Registro Azure Container.
az acr show-usage Ottenere l'utilizzo dello spazio di archiviazione per un Registro Azure Container.
az acr update Aggiornare un Registro Azure Container.
az acr webhook create Creare un webhook per un Registro Azure Container.
az acr webhook delete Eliminare un webhook da un Registro Azure Container.
az acr webhook get-config Ottenere l'URI del servizio e le intestazioni personalizzate per il webhook.
az acr webhook list Elencare tutti i webhook per un Registro Azure Container.
az acr webhook list-events Elencare gli eventi recenti per un webhook.
az acr webhook ping Attivare un evento ping per un webhook.
az acr webhook show Ottenere i dettagli di un webhook.
az acr webhook update Aggiornare un webhook.

Parametri facoltativi non supportati

Alcuni comandi supportati hanno parametri facoltativi che non sono supportati nell'hub di Azure Stack. Di seguito sono elencati i parametri non supportati.

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

Comandi di PowerShell supportati Registro Azure Container per l'anteprima pubblica

Comando Descrizione
Connect-AzContainerRegistry Accedere a un registro Azure Container.
Get-AzContainerRegistry Ottiene un registro contenitori.
Get-AzContainerRegistryCredential Ottiene le credenziali di accesso per un registro contenitori.
Get-AzContainerRegistryManifest Ottenere o elencare il manifesto del Registro Azure Container.
Get-AzContainerRegistryRepository Ottenere o elencare i repository del Registro Azure Container.
Get-AzContainerRegistryTag Ottenere o elencare il tag del Registro Azure Container.
Get-AzContainerRegistryUsage Ottenere l'utilizzo di un registro Azure Container.
Get-AzContainerRegistryWebhook Ottiene un webhook del registro contenitori.
Get-AzContainerRegistryWebhookEvent Ottiene gli eventi di un webhook del registro contenitori.
Import-AzContainerRegistryImage Importare un'immagine da un registro di Azure globale in un registro Azure Container.
New-AzContainerRegistry Crea un registro contenitori.
New-AzContainerRegistryWebhook Crea un webhook del registro contenitori.
Remove-AzContainerRegistry Rimuove un registro contenitori.
Remove-AzContainerRegistryManifest Eliminare il manifesto del Registro Azure Container.
Remove-AzContainerRegistryRepository Eliminare il repository da Registro Azure Container.
Remove-AzContainerRegistryTag Tag Registro Azure Container senza tag.
Remove-AzContainerRegistryWebhook Rimuove un webhook del registro contenitori.
Test-AzContainerRegistryNameAvailability Controlla la disponibilità di un nome del registro contenitori.
Test-AzContainerRegistryWebhook Attiva un evento ping webhook.
Update-AzContainerRegistry Aggiornamenti un registro contenitori.
Update-AzContainerRegistryCredential Rigenera una credenziale di accesso per un registro contenitori.
Update-AzContainerRegistryManifest Aggiornare il manifesto del Registro Azure Container.
Update-AzContainerRegistryRepository Aggiornare il repository del Registro Azure Container.
Update-AzContainerRegistryTag Aggiornare il tag del Registro Azure Container.
Update-AzContainerRegistryWebhook Aggiornamenti un webhook del registro contenitori.

Passaggi successivi

Altre informazioni sui Registro Azure Container nell'hub di Azure Stack