az-acr
Verified for current stable LTS
Az Acr Commands
Az Acr command syntax with verified terminal examples.
Commands
8 commands for Az Acr
az-acr Video
Az Acr Command: Push Image
docker push <registry_name>.azurecr.io/<image_name>:<tag> az-acr Containers
Az Acr Command: Create Registry
az acr create -n <registry_name> -g <resource_group> --sku <sku> az-acr Containers
Az Acr Command: Login Registry
az acr login -n <registry_name> az-acr Video
Az Acr Command: Tag Image
docker tag <image_name> <registry_name>.azurecr.io/<image_name>:<tag> az-acr Video
Az Acr Command: Pull Image
docker pull <registry_name>.azurecr.io/<image_name>:<tag> az-acr Video
Az Acr Command: Delete Image
az acr repository delete -n <registry_name> --repository <image_name>:<tag> az-acr Containers
Az Acr Command: Delete Registry
az acr delete -n <registry_name> -g <resource_group> -y az-acr Video
Az Acr Command: List Images
az acr repository list -n <registry_name> --output table Suggest a Az Acr Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Az Acr workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.