docker更换源
Posted sidianok
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker更换源相关的知识,希望对你有一定的参考价值。
解决方案:
修改~/.docker/daemon.json文件,在后面加入:
{
"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]
}
改成这样的格式,感觉速度块了很多
{"debug":true,"experimental":false,"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]}
以上是关于docker更换源的主要内容,如果未能解决你的问题,请参考以下文章