「DOCKER」- Registry

该笔记将记录:在 Linux 中,如何搭建 Docker 镜像仓库(Docker Registry);

认识

Registry, the open source implementation for storing and distributing container images and other content, has been donated to the CNCF. Registry now goes under the name of Distribution.

https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-registry/
https://docs.docker.com/registry/

官网:https://distribution.github.io/distribution/
文档:https://distribution.github.io/distribution/
仓库:https://github.com/distribution/distribution/