blob: 58b2e04cc5f3d80ef301eb06eb4d63d0fed39e8a [file] [log] [blame]
[[configuring-registry-digitalocean]]
= Configuring a DigitalOcean Container Registry
You can host your container images on the Digital Ocean container registry in case your cluster doesn't provide a xref:installation/registry/registry.adoc[default registry].
After logging in into the DigitalOcean web console on https://www.digitalocean.com/, access the *registry page* to do the following actions:
- Take note of the registry address and organization: you should find something like `registry.digitalocean.com/<your-org-id>`
- Download the "Docker Credentials" for the registry for **"Read & Write"**: this will save a file named `docker-config.json` in your machine
[source,bash]
----
# make sure you set the right organization parameter
kamel install --registry registry.digitalocean.com --organization your-org-id --registry-auth-file docker-config.json
----
Have fun with Camel K!