标签:mirror nta mon registry docke pytho deb als div
解决方案:
修改~/.docker/daemon.json文件,在后面加入:
{
"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]
}
改成这样的格式,感觉速度块了很多
{"debug":true,"experimental":false,"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]}
标签:mirror nta mon registry docke pytho deb als div
原文地址:https://www.cnblogs.com/sidianok/p/13130957.html