Any API or Web UI project to manage a Docker private registry?

前端 未结 6 883
小蘑菇
小蘑菇 2021-01-30 17:47

I can\'t find how to manage images in a private registry. I can push or pull an image because i know the id but how to get the list of pushed images ?

Take for example

6条回答
  •  臣服心动
    2021-01-30 18:12

    I want to present for you, my frontend for private registry, you may try it from github or dockerhub. Also you can find interface screenshots there.

    To sum up it has:
    - internal db (BoltBD) gives it ability to store info, and as result it responses much more faster then after direct api call like in other projects
    - app can pars, store and show info from registry such as:
    - image layers info:
    - name / tag
    - image size and pushes number
    - upload and push dates
    - image creating commands history
    - it is possible to set multiple repositories in case you have more than one registries and observe them in one place
    - show statistics pretty, draw curves for uploads number and image sizes for tag with respects to dates


    Update 2017-02-15
    So far also there was added:

    • find a parent
    • show tree-graph of parents
    • image deletion
    • Bearer token auth support

提交回复
热议问题