virtualbox - Is it possible to use Boot2Docker without VT-x? -
i want utilize docker on machine has vt-x disabled (and cannot enabled). possible?
i'm using boot2docker on windows 7 x64, there's no mention of requirements there, or in docker instructions either.
i output boot2docker start:
welcome git (version 1.9.0-preview20140217) run 'git help git' display help index. run 'git help <command>' display help specific commands. initialising... 2014/06/20 08:43:04 executing: c:\program files\oracle\virtualbox\vboxmanage.exe showvminfo boot2docker-vm --machinereadable 2014/06/20 08:43:05 virtual machine boot2docker-vm exists starting... 2014/06/20 08:43:05 executing: c:\program files\oracle\virtualbox\vboxmanage.exe showvminfo boot2docker-vm --machinereadable 2014/06/20 08:43:05 executing: c:\program files\oracle\virtualbox\vboxmanage.exe startvm boot2docker-vm --type headless waiting vm "boot2docker-vm" powerfulness on... vboxmanage.exe: error: vt-x disabled in bios. (verr_vmx_msr_vmxon_disabled) vboxmanage.exe: error: details: code e_fail (0x80004005), component console, interface iconsole 2014/06/20 08:43:06 executing: c:\program files\oracle\virtualbox\vboxmanage.exe showvminfo boot2docker-vm --machinereadable 2014/06/20 08:43:06 failed start machine "boot2docker-vm" (run 1 time again -v details) connecting... 2014/06/20 08:43:06 failed machine "boot2docker-vm": exit status 1 is possible, or there workaround virtualbox settings can create work?
you can fill bug study on github: https://github.com/boot2docker/windows-installer. boot2docker should not require vt-x.
in meantime, can switch other os, coreos (lightweight, docker installed) or raw ubuntu install docker.
you might want take @ vagrant. coreos provides vagrantfiles , easy vagrant up spawn vm docker enabled.
virtualbox docker boot2docker
No comments:
Post a Comment