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 -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/hashicorp/vagrant/issues Discuss: https://discuss.hashicorp.com/c/vagrant/24 --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/b40507a2-8a4f-415b-a471-d3192b936a5b%40googlegroups.com.
Vagrantfile
Description: Binary data
Vagrantfile.dockerhost
Description: Binary data