
Docker Registry
Docker Registry (CNCF Distribution) is an open-source registry for storing and distributing Docker images and container artifacts across multiple environments.
About
The Docker Registry is the official open-source implementation for storing and distributing container images. As part of the CNCF Distribution project, it implements the OCI Distribution Specification, making it compatible with Docker, Podman, containerd, and any OCI-compliant co…