Cloudflare 大善人
2023年5月22日...小于 1 分钟
Docker 加速
【Docker】
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://docker.xuuuu.top"]
}
EOF
# 配置完后需要重启 Docker 服务
sudo systemctl restart docker
github 下载加速
【github】
BPB Planel
贡献者
change
【Docker】
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://docker.xuuuu.top"]
}
EOF
# 配置完后需要重启 Docker 服务
sudo systemctl restart docker
【github】