Docker Toolbox更换镜像源并下载centos7

sudo tee /var/lib/boot2docker/etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://kedotldu.mirror.aliyuncs.com"] } EOF

sudo tee /var/lib/boot2docker/etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://kedotldu.mirror.aliyuncs.com"] } EOF