Docker Registry logo

Docker Registry

Um sistema de armazenamento e distribuição para imagens Docker nomeadas

DevOps Última: 2.8.3

Introduction

docker-registry is an open-source image repository used to store and manage Docker images. It allows you to create a private Docker image repository on your Linux server for team members to share and access images.

Features

  • Image Storage and Management: docker-registry provides a powerful repository system for storing and managing Docker images, facilitating sharing and access among team members.
  • Private Deployment: You can set up your private docker-registry on your own Linux server to meet security and privacy requirements.
  • Access Control: docker-registry supports setting access permissions to control who can pull and push images, protecting the security of your images and data.
  • Tag and Version Management: You can set tags and versions for images to facilitate image classification and management.
  • Compatibility: docker-registry is compatible with the standard API of Docker image repositories, allowing you to interact with it using Docker CLI or other Docker client tools.

Implantar Docker Registry com o 1Panel

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for Docker Registry and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.