Any API or Web UI project to manage a Docker private registry? -
i can't find how manage images in private registry. can push or pull image because know id how list of pushed images ?
take example person wants see available images under private registry of organization. how can ?
unless i'm mistaken, can't find api or web ui discover registry content index.docker.io public registry.
are there open source projects manage ?
thanks.
are there open source projects manage ?
there containerized web application provides administration of one-to-many private registries. name docker registry ui , foss.
the source on github , can run in container so:
docker run -p 8080:8080 -v my_data_dir:/var/lib/h2/ atcol/docker-registry-ui
disclaimer: wrote web-app not find 1 myself. believe answers question (as quoted).
Comments
Post a Comment