docker-registry-frontend icon indicating copy to clipboard operation
docker-registry-frontend copied to clipboard

request: allow mutiple registries

Open jgangemi opened this issue 10 years ago • 3 comments

i'd like to see the tool support multiple registries via one install. this would allow me to have a single interface to browse my private registry and mirror.

jgangemi avatar Feb 17 '15 21:02 jgangemi

Thank you for your feedback. How would you like to see this implemented? Please elaborate a bit so we are able to break this down into smaller steps?

kwk avatar Feb 20 '15 14:02 kwk

ideally you'd be able to enter more then one registry location and then switch between them, kind of like how this app does: https://github.com/atc-/docker-registry-web (i like your interface much better).

i did just realize that you can't hook this interface up to mirrors and browse them, which is a little disappointing (docker registry prevents this it seems).

jgangemi avatar Feb 20 '15 19:02 jgangemi

I'm also interested in this one. It seems that the other registry UI allows to add registry directly when browsing.

Right now docker-registry-frontend is not working this way, so everything is in conf files. (and I like it this way so the app stay small & simple).

But we really need a way to link the UI to several registries.

Currently the link is set up in the Gruntfile.js. I do not know if its possible but adding proxies could work (assuming the fact we can retrieve proxies in the angular app for listing purpose) but it sounds like a bad idea.

Maybe there is a proper way to do it, I'm not so familiar with Grunt.js.

arthurdk avatar Jan 13 '16 21:01 arthurdk