dockerhub - How can I find public images (like ubuntu) in Docker-Hub, using REST API? -


previously used

https://registry.hub.docker.com/v1/search?q=ubuntu&n=1 , got

{"num_pages": 13196, "num_results": 13196, "results": [{"is_automated": false, "name": "ubuntu", "is_trusted": false, "is_official": true, "star_count": 4681, "description": "ubuntu debian-based linux operating system based on free software."}], "page_size": 1, "query": "ubuntu", "page": 1} 

but got outdated images

how can now?

i didn't find information here: https://docs.docker.com/v1.7/reference/api/docker-io_api/

thanks in advance


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -