Skip to content

mingbowan/private-docker-registry-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

simple docker private registry viewer

a really simple (and ugly) docker private registry viewer

features

  • 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

install

it's just a single HTML file, copy it to you web server and make it accessible

configure

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

screenshot

Screenshot

About

a simple web UI for private docker registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors