a really simple (and ugly) docker private registry viewer
- list/search repository (make sure your registry support search)
- list tags for repository
- show details of repository.
- delete tags
- delete repository
- support authentication (HTTP Basic Auth), in case you implemented
- bookmarkable, you can save repository address, search as well as username but not password
it's just a single HTML file, copy it to you web server and make it accessible
if you put the file on the same server (that is, be able to access the file using same DNS name) as your docker registry, then no configuration needed
if you put the file on a server other than your docker registry, you need to enable CORS support (not suggested), your docker registry software should have related info
to bookmark the page, you can put parameters repo, username and/or search keyword (any combination) like:
http://myrepo.myorg.com/index.html?repo=http://myrealrepo.myorg.com:5000&search=mylib&username=IamRoot