Report this

What is the reason for this report?

Can't login Digitalocean container registry

Posted on October 3, 2020
lon9

By lon9

I tried three methods to login to container registry from a droplet, but they are not working.

Tried methods

  1. doctl registry login

It’s was no error and stored credentials to .docker/config.json, but can’t pull my image on registry.

  1. Create credentials json with control panel and copy it to .docker/config.json

It’s same as 1

  1. docker login registry.digitalocean.com

Got error Error response from daemon: Get https://registry.digitalocean.com/v2/: unauthorized: authentication required

How do I login the registry?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi, Can anyone help me? I can login using docker login but cannot login with doctl. I cannot pull the image from private registry in DO.

$ doctl registry login Logging Docker in to registry.digitalocean.com Error: GET https://api.digitalocean.com/v2/registry/docker-credentials?read_write=true: 412 registry not configured for user

$ docker login registry.digitalocean.com Authenticating with existing credentials… WARNING! Your password will be stored unencrypted in ~/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

Thank you.

@lon9,

Since we reached the maximum comments under one thread, I’ll start a new one here.

That’s a Key for using the API. The API will help you in cases like connecting your droplet with your account. That way from your droplet you’ll be able to manage your account. That’s just an example, you’ll be able to do a lot more. I’ll suggest giving a look the following page :

https://www.digitalocean.com/docs/apis-clis/api/

Regards, KFSys

Hi @lon9,

I’ve had similar issues as well, in my case I missed a couple of steps from the following Documentation:

https://www.digitalocean.com/docs/images/container-registry/how-to/use-registry-docker-kubernetes/

Anyway, if you try to manually login using the following method, does it work :

docker login -u ZDRhYzzzz -p ZDRhYzzzz registry.digitalocean.com

Where you’ll need to specify the user and password manually.

Regards, KFSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.