> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DigitalOcean Container Registry

> Private Docker registries on DigitalOcean.

## What is this integration?

Host private container registries with regional options and tiers.

## What Monk manages

* Registry lifecycle and configuration

## Getting Started

1. Add DO provider (PAT configured in provider)

2. Define a registry (save as do-registry.yaml):

```yaml theme={null}
namespace: digitalocean-container-registry-example

my-basic-registry:
  defines: digitalocean-container-registry/registry
  name: monk-docker-registry-fra
  region: fra1
  subscription_tier: basic
```

3. Create/update:

```bash theme={null}
monk update digitalocean-container-registry-example/my-basic-registry
```
