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

前端 未结 6 934
小蘑菇
小蘑菇 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 17:56

    I've written a docker-registry-frontend that you can find on github. It allows you to browse your private registry and do almost everything that is available through the Docker registry API v1. Plus, it can be run as a docker container on its own.

    Here's a list of basic features with some screenshots: https://github.com/kwk/docker-registry-frontend/wiki/Features. In addition to these features, there's support for SSL encryption and Kerberos authentication.

提交回复
热议问题