Docker 镜像地址(20240829更新)
-----推荐-----
https://docker.1panel.live
https://docker.m.daocloud.io
https://docker.nastool.de
https://dockerpull.com
https://docker.nat.tf
https://docker.wget.at
-----Cloudflare Workers-----
https://dockerhub.icu
https://docker.mrxn.net
https://freeno.xyz
https://dislabaiot.xyz
https://ginger20240704.asia
https://lynn520.xyz
https://doublezonline.cloud
推荐使用方法
一键设置镜像加速:修改文件 /etc/docker/daemon.json(如果不存在则创建)
vim /etc/docker/daemon.json
修改JSON文件 更改为以下内容 然后保存
{
"registry-mirrors": [
"https://docker.1panel.live",
"https://docker.m.daocloud.io",
"https://docker.nastool.de"
]
}
重载systemd管理守护进程配置文件
sudo systemctl daemon-reload
重启 Docker 服务
sudo systemctl restart docker
简单使用方法
原拉取镜像命令:
docker pull library/alpine:latest
加速拉取镜像命令:
docker pull hub.nat.tf/library/alpine:latest
【引用】国内 Docker 服务状态 & 镜像加速监控
https://status.1panel.top/status/docker