Olá.
Quando tento executar o comando:
docker-machine create -d virtualbox vm1
É exibido o erro abaixo:
Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyper-V hypervisor. (To skip this check, use --virtualbox-no-vtx-check)"
Se eu desabilito o Hyper-V, o Docker não é iniciado. Como resolvo isso?
Obrigado!