Docker镜像加速
使用中国科技大学镜像
echo -e "{\n\t\"registry-mirrors\": [\"https://docker.mirrors.ustc.edu.cn/\"]\n}\n" > /etc/docker/daemon.json
sudo systemctl restart docker.service
使用中国科技大学镜像
echo -e "{\n\t\"registry-mirrors\": [\"https://docker.mirrors.ustc.edu.cn/\"]\n}\n" > /etc/docker/daemon.json
sudo systemctl restart docker.service