综合镜像站stable
DaoCloud 镜像站
https://docker.m.daocloud.io国内容器领域知名厂商,提供 Docker Hub/GCR/GHCR/Quay 等多仓库加速
Dockergcr.ioghcr.ioquay.ioK8s
使用说明
DaoCloud 镜像站
编辑 /etc/docker/daemon.json:
{
"registry-mirrors": ["https://docker.m.daocloud.io"]
}
sudo systemctl restart docker
docker info | grep -A5 'Registry Mirrors'
多仓库域名替换规则:
| 原地址 | 替换为 |
|---|---|
docker.io | docker.m.daocloud.io |
gcr.io | gcr.m.daocloud.io |
ghcr.io | ghcr.m.daocloud.io |
quay.io | quay.m.daocloud.io |
registry.k8s.io | k8s.m.daocloud.io |
