我是靠谱客的博主 单纯花卷,这篇文章主要介绍"This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory",现在分享给大家,希望可以做个参考。
docker-machine create --driver virtualbox v1
使用以上命令创建一个名称为v1的 machine 时报错:
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
添加 --virtualbox-no-vtx-check 参数可以禁止 vtx 检查,--virtualbox-boot2docker-url 可以指定本地镜像,否则会去远程下载最新的镜像,非常慢!
docker-machine create v1 -d virtualbox --virtualbox-no-vtx-check --virtualbox-boot2docker-url=/home/sugarppig/.docker/machine/cache/boot2docker.iso
最后
以上就是单纯花卷最近收集整理的关于"This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"的全部内容,更多相关"This内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复