Container Registry
Introduction
Container Registry is a secure and private registry for storing and managing Docker images and other container-based artifacts. It provides a centralized location to store and retrieve container images, making it easier to manage and deploy applications in a consistent and secure manner.
Registries
We currently have 1 registry in DigitalOcean.
-
Technit Container Registry
- URL:
registry.digitalocean.com/technit-registry
- URL:
How to use it
Token
- Go to DigitalOcean API
- Create a new token
- Use the token to push/pull images to the registry
Using doctl
- Install doctl
- Login with
doctl auth login - Run
doctl registry login - Use the credentials to push/pull images to the registry
Using Docker
- Run
docker login registry.digitalocean.com - Use the credentials to push/pull images to the registry