镜像加速
# 阿里云镜像加速:
https://cr.console.aliyun.com (opens new window)
vim /etc/docker/daemon.json
{
"registry-mirrors": ["https://5uuoznyf.mirror.aliyuncs.com"]
}
1
2
3
2
3
systemctl daemon-reload
systemctl restart docker
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io
systemctl restart docker
1
2
3
2
3
上次更新: 2025/07/18, 11:55:50