基于众所周知的原因,我们没法顺顺利利连上 Docker 的官方镜像。另外还有部分厂商选择把自家的镜像托管在谷歌镜像服务(gcr.io)和 quay.io 上。 本文搜集了这三家镜像源的国内镜像。自己使用下来,阿里云、中科大和 Azure 的速度都不错,下载可以跑上10mb/s。
https://registry.cn-hangzhou.aliyuncs.comhttps://dockerhub.azk8s.cnhttps://docker.mirrors.ustc.edu.cnhttps://registry.docker-cn.comhttps://hub-mirror.c.163.com
Docker 镜像使用帮助 LUG@USTC Docker Hub 源使用帮助 — USTC Mirror Help 文档
Example
docker pull dockerhub.azk8s.cn/library/node:10.16.3-alpine
registry.cn-hangzhou.aliyuncs.comgcr.azk8s.cn
Example
docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/pause-amd64:3.0
Example
docker pull gcr.azk8s.cn/google_containers/pause-amd64:3.0
测试不通。不知道是临时挂了还是永久下线了。
quay.mirrors.ustc.edu.cnquay.azk8s.cn
Example
docker pull quay.mirrors.ustc.edu.cn/coreos/kube-state-metrics:v1.5.0
Example
docker pull quay.azk8s.cn/coreos/kube-state-metrics:v1.5.0
Tags: 中国镜像, Docker镜像, 阿里云镜像, gcr.io镜像,quay.io镜像