Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Goal : Docker image repository

Sources

Operations

Connect to ACR

az acr login --name mesfContainerRegistry

Push images

docker tag geolocationapi:dev  mesfcontainerregistry.azurecr.io/huntergames/geolocationapi
docker push mesfcontainerregistry.azurecr.io/huntergames/geolocationapi

List images in the repository

az acr repository list -n mesfContainerRegistry  

az acr repository show -n mesfContainerRegistry --repository ygo  

az acr repository show-tags -n mesfContainerRegistry --repository ygo  

az acr repository delete -n mesfContainerRegistry --repository jenkins-slave

Table of contents