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.
DOCR has three subscription plans:
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.