Container Registry Pricing

The DigitalOcean Container Registry (DOCR) is a private Docker image registry with additional tooling support that enables integration with your Docker environment and DigitalOcean Kubernetes clusters. DOCR registries are private and co-located in the datacenters where DigitalOcean Kubernetes clusters are operated for secure, stable, and performant rollout of images to your clusters.


DOCR has three subscription plans:

  • Starter is a free offering with a single repository to let you try out DOCR.
  • Basic includes more repositories and 5 GiB storage to support larger projects. It costs $5.00 per month.
  • Professional includes an unlimited number of repositories and 100 GiB of storage to scale your projects. It costs $20.00 per month.
Features Starter Basic Professional
Monthly Price $0.00 per month $5.00 per month $20.00 per month
Repositories 1 5 Unlimited
Storage 500 MiB 5 GiB 100 GiB
Extra Storage Not Available $0.02 per GiB $0.02 per GiB

Container registry plans include a certain amount of storage per month. This amount is prorated based on how many days the registry is active during the month. If your registry has been active for fewer than the standard 28 days in a month, it receives a proportional fraction of its plan’s storage allowance.

For example, a Starter registry receives 500 MiB of allowance per full month. If a Starter registry is active for 16 days in a month, it receives ~285 MiB of storage allowance ((16 days/28 days) * 500 MiB). If you destroy a registry early, it reduces the number of days it was active in the month, which can result in a small overage charge.

Extra storage is charged at the end of the day and is prorated based on the number of days your storage exceeds the quota in the given month.

Untagged images count towards your storage quota. To delete untagged images, clean up your registry.