常用镜像仓库 DockerHub镜像仓库: https://hub.docker.com/
google镜像仓库: https://gcr.io/google-containers/ https://gcr.io/kubernetes-helm/ https://gcr.io/google-containers/pause
coreos镜像仓库: https://quay.io/repository/
elastic镜像仓库: https://www.docker.elastic.co/
RedHat镜像仓库: https://access.redhat.com/containers
阿里云镜像仓库: https://cr.console.aliyun.com
华为云镜像仓库: https://console.huaweicloud.com/swr
国内镜像源 部分国外镜像仓库无法访问,但国内有对应镜像源,可以从以下镜像源拉取到本地然后重改tag即可: 阿里云镜像仓库
可以拉取k8s.gcr.io镜像
#示例
docker pull k8s.gcr.io/pause:3.2
#改为
docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.2
dockerhub镜像仓库
可以拉取k8s.gcr.io镜像
———————————————— 版权声明:本文为CSDN博主「willblog」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/networken/article/details/84571373