I have created image using spring builpack. By using doctl, uploaded the image in container repository
Now I would like to pull this image from container repository and run from docker in droplet.
docker pull registry.digitalocean.com/<my-registry>/<my-image>
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!
Hi there,
You would need to authenticate first. You could use the following command:
- doctl registry login
Or if you prefer not to use the doctl command, you could login with an API token which you could generate via your DigktaOcean control panel. And then use it as the username and password by using the following command:
docker login -u ZDRhYzzzz -p ZDRhYzzzz registry.digitalocean.com
For more information you could check out the following documentation:
Hope that this helps. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.