Docker Hub 官方网站已从 https://hub.docker.com/移至 https://registry.hub.docker.com。
如果我尝试从网址 docker pull图像像: docker pull registry.hub.docker.com/busybox 它显示:
registry.hub.docker.com/busybox: this image was pulled from a legacy registry.
Important: This registry version will not be supported in future versions of docker.
但如果我用 docker pull registry.hub.docker.com/busybox。
它无法拉动图像。
使用 curl -k https://registry.hub.docker.com/v1/repositories/busybox/tags时也是同样的情况
2022/Q3年度最新情况: 使用 docker 示例 docker.io/nginx