Neha Bidkar
Neha Bidkar

Reputation: 43

IBM Bluemix container registry error

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.

Upvotes: 0

Views: 443

Answers (1)

Jack Baines
Jack Baines

Reputation: 56

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.

Upvotes: 0

Related Questions