Skip to content

Instantly share code, notes, and snippets.

@flyingoverclouds
Created May 28, 2021 09:26
Show Gist options
  • Save flyingoverclouds/25772fc94465bbd276e48d57f705bab2 to your computer and use it in GitHub Desktop.
Save flyingoverclouds/25772fc94465bbd276e48d57f705bab2 to your computer and use it in GitHub Desktop.
Aide mémoire Azure Container Registry (ACR)

Aide mémoire Azure Container Registry (ACR)

Lister les ACRs de la souscription par défaut

az acr list -o table

Build de container dans l'ACR

az acr build --resource-group NOM_RESOURCEGROUP --registry NOM_ACR --image NOM_DE_L_IMAGE DOSSIER_AVEC_DOCKERFILE

ex : az acr build --resource-group MCMG-DEV-Step13-Container --registry nicoacr --image cnacatalogservice .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment