0

I have created a container registry in Azure and logged-in via Powershell. I then run a docker tag, which works, and subsequently, try docker push.

However, I receive an error "unauthorized" (see image); Admin user is enabled in access keys.

Any thoughts/work-arounds? Error Message

1
  • Please post error message by copy/pasting text...
    – xenoid
    Commented Oct 20, 2019 at 17:30

1 Answer 1

0

Docker tag doesn't require push permissions. Make sure the user you're logging in with is a member of AcrPush, Contributor or Owner.

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-roles

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .