叶子的小屋
docker容器镜像加速配置
2018-6-20 admin


docker-machine ssh default sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='--registry-mirror=http://hub-mirror.c.163.com |g" /var/lib/boot2docker/profile 
exit
docker
-machine restart default