79538332

Date: 2025-03-27 09:10:07
Score: 1
Natty:
Report link

Is there any way to login in azure cr using only docker login command?

To login to Azure container registry via docker without using Azure CLI.

Please refer this Msdoc to generate access token.

Refer this doc to know how to enable SSL Certificate Verification in Postman.

Now you can log in to ACR using Docker,

echo "<REFRESH_TOKEN>" | docker login <container-registry>.azurecr.io -u <CLIENT_ID> --password-stdin

Here I've successfully logged in via docker. Now you can pull your image. enter image description here

Reasons:
  • Blacklisted phrase (1): Is there any
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
Posted by: Sirra Sneha