When trying to create a virtualbox with the command below
Code: Select all
docker-machine create -d virtualbox dev;Why o' why I have this ugly error?Error creating machine : Error in driver during machine creation. This computer doesn't have VT-X/AMD enabled. Enabling it in the BIOS is mandatory
(Addendum: I'm running ubuntu box on a virtual box. The VT VT-X/AMD is enabled in the bios and in the virtualbox.)
Reading here and there, it seems to be a normal behavior because I'm trying to create a virtualbox within a virtualbox (I will put the link tomorrow)
What command should I use instead of docker-machine ?
Any insights are more than welcomed ...
Thanks!