Docker push command is not working

Soumyadip Chatterjee 41 Reputation points
2022-03-17T12:32:16.827+00:00

184153-docker-authentication-error.jpg
Hi Team,
Please assist on urgent basis .

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. shiva patpi 13,376 Reputation points Microsoft Employee Moderator
    2022-03-19T15:18:31.797+00:00

    Hello @Soumyadip Chatterjee ,
    How did you login to the Azure Container Registry ?
    Are you using Admin Creds or your own AD identity ?

    Can you login by using and perform : az acr login --name my-container-registry
    Some times there might be a bearer token authentication challenge issues

    Other ways to login is:- You can enable admin account on ACR and try logging into using admin username and password and try out
    https://learn.microsoft.com/en-gb/azure/container-registry/container-registry-authentication?tabs=azure-cli#admin-account

    If you are not able to login successfully , this document should help you out: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-troubleshoot-login

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.