I am trying to push docker image into azure container registries repository using power-shell command as follows:-
docker push containerregone.azurecr.io/azure-vote-front:V1
it gives me following error
unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
I have tried to find help related to this using following documentation
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-faq https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication
but it gives Azure CLI commands.
I have also tried to do this using following link
but they are using docker login. i don't have docker login.
My Question :-
- How can we accomplish this using power-shell without docker login?