GitHub / jomyg / Private-docker-registry-with-frontend-ssl
Docker Registry is a server-side application and part of Docker’s platform-as-a-service product. It allows you to locally store all your Docker images into one centralized location. When you set up a private registry, you assign a server to communicate with Docker Hub over the internet. The role of the server is to pull and push images, store them locally, and share them among other Docker hosts.By running an externally-accessible registry, you can save valuable resources and speed up processes. The software lets you pull images without having to connect to the Docker Hub, saving up bandwidth and securing the system from potential online threats. Docker hosts can access the local repository over a secure connection and copy images from the local registry to build their own containers.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jomyg%2FPrivate-docker-registry-with-frontend-ssl
PURL: pkg:github/jomyg/Private-docker-registry-with-frontend-ssl
Stars: 1
Forks: 0
Open issues: 0
License: None
Language:
Size: 80.1 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: over 3 years ago
Pushed at: over 3 years ago
Last synced at: about 2 years ago
Topics: docker, docker-compose, private-repository, ssl