docker login is not working for the repo
I am trying to login to InterSystems image repository but it is not recognizing following credentials from ubuntu.
docker login https://containers.intersystems.com -u <username> -p <password>
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://containers.intersystems.com/v2/": unknown: Bad credentials
The same credentials works via website.
Comments
I notice there is a different password to download via docker login. I am able to make it work after using that.
Hello Jignesh, have you tried going to https://containers.intersystems.com/contents and generating a token for your docker login(can can get it when logged into the URL I referenced) ?
It will give you something like this:
docker login -u="xxxx" -p="YOUR PASSWORD TOKEN WILL BE HERE" containers.intersystems.com