python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Azure DevOps Pipeline - Pushing to Azure Container Registry - Permission error
I have created an Azure Container Registry.
I have an Azure DevOps project.
I have created an Azure DevOps Pipeline using the wizard so
that it uses the standard template to build and push a Docker i...
Matt
Votes: 0
Answers: 3
Migrate Gitlab registry To Azure Container Registry
I want to move my Gitlab Registry to Azure Container registry
I found this command to Import from a non-Azure private container registry
but it's for a single image not the whole registry
az acr impor...
Mohamed Elyakoubi
Votes: 0
Answers: 1
docker-compose push failed with "ERROR: unauthorized: authentication required" using Azure Registry
I'm following this Microsoft guide and everything works well until I run the command docker-compose push when I get this error: ERROR: unauthorized: authentication required, visit https://aka.ms/acr/...

Giuseppe Terrasi
Votes: 0
Answers: 1
Azure Container Instance does not respond with dns name on browser
I have docker image which locally listens port 5000.
I have deployed images to Azure Container Registry.
I have then created Azure Container Instance with:
az container create --resource-group myResou...
Kenny_I
Votes: 0
Answers: 1