docker 镜像 public-image-mirror
https://github.com/DaoCloud/public-image-mirror
背景
很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。
目标
一个简洁有效的方法能够加速这些包。简洁的名称映射
易于添加,添加新的包,不需要去修改代码。
稳定可靠,更新实时。每天检查同步情况。
快速开始
docker run -d -P m.daocloud.io/docker.io/library/nginx
使用方法
增加前缀 (推荐方式)。比如:
k8s.gcr.io/coredns/coredns => m.daocloud.io/k8s.gcr.io/coredns/coredns