美文网首页
docker for windows 创建虚拟机 被墙

docker for windows 创建虚拟机 被墙

作者: sowork | 来源:发表于2018-07-03 22:06 被阅读39次

在docker官方文档上按照教程创建虚拟机时(https://docs.docker-cn.com/get-started/part4/#%E5%88%9B%E5%BB%BA%E9%9B%86%E7%BE%A4)

docker-machine create -d hyperv --hyperv-virtual-switch"myswitch"myvm1

需要下载boot2docker.iso镜像,无奈被墙
可以通过配置镜像源来加速下载,如:

docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" --engine-registry-mirror=【你的加速地址】 myvm2

相关文章

网友评论

      本文标题:docker for windows 创建虚拟机 被墙

      本文链接:https://www.haomeiwen.com/subject/ycfsuftx.html