# DigitalOcean Container Registry API Reference 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. The DigitalOcean Container Registry API endpoints are organized into the following groups: - [**Container Registry**](container-registry/) (18 endpoints): DigitalOcean offers the ability for you to create a private container registry to store your Docker images for use with your Kubernetes clusters. This container registry runs inside the same datacenters as your cluster, ensuring reliable and performant rollout of image deployments. - [**Container Registries**](container-registries/) (19 endpoints): DigitalOcean now supports up to nine additional registries (for a total maximum of 10) per team if your container registry uses the Professional subscription plan. The storage is shared among the registries. This set of new APIs is backward compatible with `/v2/registry`. However, if you create more than one registry under a Professional plan, some of the `/v2/registry` APIs would not work. Hence, it is recommended to use `/v2/registries` for multiple registries.