DigitalOcean Container Registry
Storing container images in the DigitalOcean Container Registry.
When to use it
How to deploy it
zenml integration install digitalocean -yregistry.digitalocean.com/<REGISTRY_NAME>How to use it
zenml container-registry register do_registry \
--flavor=digitalocean \
--uri=registry.digitalocean.com/<REGISTRY_NAME>
# Add the container registry to the active stack
zenml stack update -c do_registryLast updated
Was this helpful?