Registro Azure Container comandi supportati nell'hub di Azure Stack
Registro Azure Container nell'hub di Azure Stack supporta un subset delle funzionalità globali di Azure. Per altre informazioni, vedere l'articolo sulla panoramica.
Comandi dell'interfaccia della riga di comando Registro Azure Container supportati
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 |
Crea un'istanza di Registro Azure Container. |
az acr credential renew |
Rigenera le credenziali di accesso per un'istanza di Registro Azure Container. |
az acr credential show |
Ottiene le credenziali di accesso per un'istanza di Registro Azure Container. |
az acr delete |
Elimina un'istanza di 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 |
Accede a un Registro Azure Container tramite l'interfaccia della riga di comando di Docker. |
az acr manifest list-metadata |
Elenca i manifesti di un repository in un Registro Azure Container. |
az acr repository delete |
Elimina un repository o un'immagine in un Registro Azure Container. |
az acr repository list |
Elenca i repository in un Registro Azure Container. |
az acr repository show |
Ottiene gli attributi di un repository o di un'immagine in un Registro Azure Container. |
az acr repository show-tags |
Mostra i tag per un repository in un Registro Azure Container. |
az acr repository untag |
Annulla il tag di un'immagine in un Registro Azure Container. |
az acr repository update |
Aggiorna gli attributi di un repository o di un'immagine in un Registro Azure Container. |
az acr show |
Ottiene i dettagli di un Registro Azure Container. |
az acr show-usage |
Ottiene l'utilizzo dello spazio di archiviazione per un Registro Azure Container. |
az acr update |
Aggiorna un Registro Azure Container. |
az acr webhook create |
Crea un webhook per un Registro Azure Container. |
az acr webhook delete |
Elimina un webhook da un Registro Azure Container. |
az acr webhook get-config |
Ottiene l'URI del servizio e le intestazioni personalizzate per il webhook. |
az acr webhook list |
Elenca tutti i webhook per un Registro Azure Container. |
az acr webhook list-events |
Elenca gli eventi recenti per un webhook. |
az acr webhook ping |
Attiva un evento ping per un webhook. |
az acr webhook show |
Ottiene i dettagli di un webhook. |
az acr webhook update |
Aggiorna un webhook. |
Parametri facoltativi non supportati
Alcuni comandi supportati hanno parametri facoltativi che non sono supportati nell'hub di Azure Stack. I parametri non supportati sono i seguenti:
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
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 globale di Azure a 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 ACR senza tag. |
Remove-AzContainerRegistryWebhook | Rimuove un webhook del registro contenitori. |
Test-AzContainerRegistryNameAvailability | Verifica la disponibilità di un nome del registro contenitori. |
Test-AzContainerRegistryWebhook | Attiva un evento ping webhook. |
Update-AzContainerRegistry | Aggiorna 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 registro Azure Container. |
Update-AzContainerRegistryWebhook | Aggiorna un webhook del registro contenitori. |
Passaggi successivi
Altre informazioni sulle Registro Azure Container nell'hub di Azure Stack