docker修改国内源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker修改国内源相关的知识,希望对你有一定的参考价值。
环境:centos7 ,docker18.03修改或新增文件
vi /etc/docker/daemon.json
{
"registry-mirrors": [
"https://kfwkfulq.mirror.aliyuncs.com",
"https://2lqq34jg.mirror.aliyuncs.com",
"https://pee6w651.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com"
],
"dns": ["8.8.8.8","8.8.4.4"]
}
重启docker
systemctl restart docker
以上是关于docker修改国内源的主要内容,如果未能解决你的问题,请参考以下文章