有時候下載鏡像太慢粮揉,導(dǎo)致下載失敗,修改/etc/docker/daemon.json文件即可解決
參考:https://www.daocloud.io/mirror
1/etc/docker/daemon.json改文件內(nèi)容
方法1
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io
方法2
vim /etc/docker/daemon.json
加入
{
"registry-mirrors": ["http://f1361db2.m.daocloud.io"]
}
2 重啟docker
systemctl restart docker