Hello everyone,
I am relatively new to Vagrant and Docker.
I have the above Vagrantfile(s) running on a Linux OS on my laptop just fine.
I would like to get it running on my Windows 10 desktop system due to more RAM and faster CPUs.
It appears to me that my problem is that the box(es) related to this multi-container, multi-VM system are specific to VirtualBox.
VirtualBox does not function (yet?) on Windows 10 because Docker requires Hyper-V to be enabled for it to functional, although VirtualBox claims built-in functionality with Hyper-V the consensus on the forums, support, etc. and that I can confirm is not ready, yet.
Sooooo, I would appreciate any help that anyone can provide to help me get this "system" to run on Widows 10.
Please note that Docker and Vagrant BOTH are running just fine on my Windows 10 desktop.
This is the error message I get that is basically the same for every container and VM:
An error occurred while executing the action on the 'dev'
machine. Please handle this error then try again:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "b8d0a299-220a-4a52-b6c0-4c967ed980d5", "--type", "headless"]
Stderr: VBoxManage.exe: error: WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
I can provide much more if needed.
Is there anyway to add the Hyper-V provider to this box? If so, how?
Any help is appreciated.
Frank Gunseor