配置毫秒镜像的源
快速配置
bash <(curl -sSL https://n3.ink/helper) config
传统配置
echo '{"registry-mirrors":["https://docker.1ms.run"],"dns": ["8.8.8.8", "114.114.114.114"]}' | sudo tee /etc/docker/daemon.json > /dev/null
systemctl daemon-reload
systemctl restart docker