赞
踩
对于使用 upstart 的系统而言,编辑 /etc/default/docker
文件,在其中的 DOCKER_OPTS 中配置加速地址:
DOCKER_OPTS="--registry-mirror=http://docker.mirrors.ustc.edu.cn/"
然后重启docker
sudo service docker restart
对于使用 systemd 的系统而言,编辑/etc/docker/daemon.json
中写入如下内容(如果文件不存在就新建)
{"registry-mirrors":["http://docker.mirrors.ustc.edu.cn/"]}
之后重启docker
sudo systemctl restart docker
可以使用的国内源有:
中科大:"http://docker.mirrors.ustc.edu.cn/"
阿里:"http://ip1rqq6e.mirror.aliyuncs.com"
网易:"http://hub-mirror.c.163.com/"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。