Access private docker registry in browser

saurg picture saurg · Sep 27, 2016 · Viewed 18.7k times · Source

I have a private docker registry like myregistry.com:5000. I can push and pull images in client and it is working fine. But when I go to https://myregistry.com:5000/v1 in browser, I get error 404 page not found. Is there any way to access registry in browser?

Answer

VonC picture VonC · Sep 27, 2016

The url should be https://myregistry.com:5000/v2.

But regarding UI, you have several projects dedicated to browse a docker registry, like: