Hi,
You need to specify the server, similar to below:
docker login acrsss.azurecr.io
docker login
https://docs.docker.com/reference/cli/docker/login/
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using following command , but failing with following error message:
XXXXX:~$ docker login
Log in with your Docker ID or email address to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com/ to create one.
You can log in with your password or a Personal Access Token (PAT). Using a limited-scope PAT grants better security and is required for organizations using SSO. Learn more at https://docs.docker.com/go/access-tokens/
Username: ACRSSS
Password:
Error response from daemon: Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password
Hi,
You need to specify the server, similar to below:
docker login acrsss.azurecr.io
docker login
https://docs.docker.com/reference/cli/docker/login/
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP