I made a private registry,curl xx.xx.xx.xx:5000 is ok.
I push an image into docker private registry by doing:
docker push xx.xx.xx.xx:5000/centos
it return:
http://xx.xx.xx.xx:5000/v1/repositories/centos/tags/latest
the question is how to get all images from registry web or command whatever. I cant find any information from docker registry api. any one helps ? :)
As of v 0.7.0 of the private registry you can do:
and you will get a json payload:
to give more background here is how I started my registry:
List all images
List images like 'vcs'
I installed the atc-/docker-registry-web project that gives me UI and search for my private registry. https://github.com/atc-/docker-registry-web
It is dockerised and you can just run it by
and review contents by browsing to
registry_ui_host.name:8080
Was able to get everything in my private registry back by searching just for 'library':
Returns (e.g.):