- How to Use Your Private DigitalOcean Container Registry with Docker and Kubernetes
- Container Registry Quickstart
- Enable Push-to-Deploy on DigitalOcean Kubernetes Using GitHub Actions
- How to Free Up Space in Your Container Registry
- How to Use CI/CD Systems with Your Container Registry
- Container Registry Pricing
- Container Registry Limits
- Container Registry Availability
- Getting Started with DigitalOcean Container Registry
- Container Registry Details
DigitalOcean Container Registry
Generated on 24 Jun 2025
The DigitalOcean Container Registry (DOCR) is a private Docker image registry that lets you store and manage private container images. DOCR integrates natively with Docker environments and DigitalOcean Kubernetes clusters.
Quickstarts and intermediate tutorials to get started.
How to accomplish specific tasks in detail, like creation/deletion, configuration, and management.
API and CLI reference documentation for the Container Registry service, including example requests and available parameters.
Features, plans and pricing, availability, limits, known issues, and more.
Get help with technical support and answers to frequently asked questions.
Latest Updates
11 June 2025
-
If your container registry uses the Professional subscription plan, you can now create up to nine additional registries (for a total maximum of 10) per team using the DigitalOcean Control Panel or API. You can create these registries in different regions and the storage is shared among them. This feature is in public preview.
1 August 2024
-
The API call to get Docker credentials for DOCR now requires the permission
registry:update
instead ofregistry:create
.
14 November 2023
-
You can now deploy container images to App Platform using digests. Digests are immutable references to container images. Unlike tags, digests permanently refer to a specific iteration of an image.
You can only deploy an image using a digest by updating your app’s spec at this time.
For more information, see all Container Registry release notes.