Hi,
I am running Ubuntu Linux Amazon EC2 instance. I’ve installed docker, docker-machine, virtualbox. While running below command I am getting error .
ubuntu@ip-172-31-71-238:~$ docker-machine create --driver virtualbox default
Running pre-create checks…
Error with pre-create check: “This computer doesn’t have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory”
Since I am running on Amazon EC2 instance, not sure if I can update BIOS.
Also, I am wondering if I really need virtual box on Linux OS to run docker-machine?