Estou criando a vm1 com este comando:
docker-machine create -d virtualbox --virtualbox-no-vtx-check vm1
Porém está dando erro:
Running pre-create checks...
Creating machine...
(vm1) Copying /home/hmarcone/.docker/machine/cache/boot2docker.iso to /home/hmarcone/.docker/machine/machines/vm1/boot2docker.iso...
(vm1) Creating VirtualBox VM...
(vm1) Creating SSH key...
(vm1) Starting the VM...
(vm1) Check network to re-create if needed...
Error creating machine: Error in driver during machine creation: Unable to start the VM: /usr/bin/VBoxManage startvm vm1 --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.309903 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
Com isso não consigo iniciar a vm1 que está dentro de uma MV/VirtualBox/Ubuntu instado no windows 10.