官方镜像
curl https://registry.hub.docker.com/v2/repositories/library/nginx/tags | python3 -m json.tool | more
个人镜像
curl https://registry.hub.docker.com/v2/repositories/xxx/nginx/tags | python3 -m json.tool | more
官方镜像
curl https://registry.hub.docker.com/v2/repositories/library/nginx/tags | python3 -m json.tool | more
个人镜像
curl https://registry.hub.docker.com/v2/repositories/xxx/nginx/tags | python3 -m json.tool | more