About the Open Source Registry category

The Docker Open Source Registry provides a toolset to pack, ship, store, and deliver content.

The Docker Registry 2.0 implementation stores and distributes Docker images. Docker Registry 2.0 supersedes the docker/docker- registry project with a new API design, focused around security and performance.

1 Like

hi, after i run “sudo docker run -d -p 5000:5000 --restart=always -v pwd/data:/var/lib/registry -v pwd/certs:/certs --name registry registry:2”, i pushed a sample image into the newly added private registry but console hit an error “https://****:5000/v1/_ping: Forbidden port”

Could you please help me analyze why?

thanks