2018年3月8日星期四

查看docker registry的所有镜像

参考https://stackoverflow.com/questions/31251356/how-to-get-a-list-of-images-on-docker-registry-v2/31750543#31750543

curl -X GET http://localhost:5000/v2/_catalog

curl -X GET http://localhost:5000/v2/your_repo/tags/list

没有评论:

发表评论