IBM Bluemix container registry error

444 views Asked by At

We are facing an issue while accessing container registry using bx CLI container registry plugin.

Command :

bx cr login

Error :

Logging in to 'registry.ng.bluemix.net'... FAILED Failed to 'docker login' to 'registry.ng.bluemix.net' with error: Error response from daemon: login attempt to https://registry.ng.bluemix.net/v2 failed with status: 401 Unauthorized

It was working fine earlier. But now it is giving above error.

1

There are 1 answers

2
Jack Baines On

Please can you make sure you latest versions of:

  • bx
  • bx cr plugin
  • Docker

and try again.

It will also be worth checking that your Bluemix account is still active by running the following command: bx iam accounts

If the problem persists please can you raise a Bluemix support ticket and provide the output of bx cr info and some timestamps of when you ran the command so we can look further into your issue.