Question Jignesh Patel · Sep 2, 2024

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.

Product version: IRIS 2024.1

Comments

Jignesh Patel · Sep 3, 2024

I notice there is a different password to download via docker login. I am able to make it work after using that.

0
Andrew Wardly · Sep 10, 2024

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

0