-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how list all images or search api? #441
Comments
The V2 registry API does not support listing images. This is not present in the V2 API because not all implementations will have full knowledge of their contents. There is some discussion in #206 regarding what is actually required. We may add a catalog to the Registry 2.0 implementation, depending on what the actual requirement is. If you need to manage images now, using This is a duplicate of #382. |
Seems like this question is answered and the issue could be closed. |
How can this issue possibly be closed? What sense does it make to have docker cli include a search command that only works with the official docker registry. What is the point of running a private registry if you can never look at what images you have in it? |
@rferris Inspecting the contents of a registry is not the point of the If you are curious about the state of search in relation to v2, please see the road map. In the future, if you have questions about the state of the project, please use IRC or the mailing list rather than commenting on closed issues. Often times, there is context to the closure that you may not have. |
docker resgistry v1 have search api,I can find what imags in registry.
registry v2 has this api? I can not find.
The text was updated successfully, but these errors were encountered: