Finding the layers and layer sizes for each Docker image

后端 未结 11 1701
自闭症患者
自闭症患者 2020-12-04 06:47

For research purposes I\'m trying to crawl the public Docker registry ( https://registry.hub.docker.com/ ) and find out 1) how many layers an average image has and 2) the si

11条回答
  •  隐瞒了意图╮
    2020-12-04 07:17

    I've solved this problem by using the search function on Docker's website where '*' is a valid search that returns 200k repositories and then I crawled each invididual page. HTML parsing allows me to extract all the image names on each page.

提交回复
热议问题