Skip to content

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

How to use it

Token

  1. Go to DigitalOcean API
  2. Create a new token
  3. Use the token to push/pull images to the registry

Using doctl

  1. Install doctl
  2. Login with doctl auth login
  3. Run doctl registry login
  4. Use the credentials to push/pull images to the registry

Using Docker

  1. Run docker login registry.digitalocean.com
  2. Use the credentials to push/pull images to the registry