1.打开终端cmd
2.执行命令:docker-machine ssh
3.修改配置文件:
sudo vi /var/lib/boot2docker/profile
--label provider=virtualbox的下一行添加:
--registry-mirror=http://hub-mirror.c.163.com/
--registry-mirror=https://registry.docker-cn.com/
--registry-mirror=https://docker.mirrors.ustc.edu.cn/
--registry-mirror=https://p31wiatp.mirror.aliyuncs.com/
4.exit
5.重启docker,执行 docker-machine.exe restart
国内加速地址有:
Docker中国区官方镜像
https://registry.docker-cn.com
网易
http://hub-mirror.c.163.com
中国科技大学
https://docker.mirrors.ustc.edu.cn
所有评论(0)