docker-registry-frontend
docker-registry-frontend copied to clipboard
request: allow mutiple registries
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.
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?
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).
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.