我是靠谱客的博主 单纯花卷,最近开发中收集的这篇文章主要介绍"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 computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复