I’m using Ubuntu 15.04 with Virtualbox 5.0 with docker-machine version 0.3.0.
docker-machine create --driver virtualbox dev
Creating CA: /home/kwolcott/.docker/machine/certs/ca.pem
Creating client certificate: /home/kwolcott/.docker/machine/certs/cert.pem
Image cache does not exist, creating it at /home/kwolcott/.docker/machine/cache…
No default boot2docker iso found locally, downloading the latest release…
Downloading https://github.com/boot2docker/boot2docker/releases/download/v1.7.1/boot2docker.iso to /home/kwolcott/.docker/machine/cache/boot2docker.iso…
Creating VirtualBox VM…
Creating SSH key…
Error creating machine: exit status 1
You will want to check the provider to make sure the machine and associated resources were properly removed.
i think the issue is that the ubuntu image is not aware of the virtual box
environment. I see you did it on a mac , so that makes sense at the MAC os
can see all the virtual box utils and stuff
Update: I downloaded the 0.3.1 docker-machine and installed it. I get
further but there is still a communication problem somewhere as I get the
following:
Starting VirtualBox VM…
Starting VM…
Error creating machine: Too many retries. Last error: Maximum number
of retries (60) exceeded
You will want to check the provider to make sure the machine and
associated resources were properly removed.
I feel your pain !!, I have has the same kind of crap today …all
day… with virtual box , I needed it for a docker machine demo I am
giving to company in the morning but finally gave up and used Rackspace and
Digital ocean as my targets for docker machine to deploy to .
docker-machine create --driver virtualbox dev
Creating CA: /home/kwolcott/.docker/machine/certs/ca.pem
Creating client certificate: /home/kwolcott/.docker/machine/certs/cert.pem
Image cache does not exist, creating it at
/home/kwolcott/.docker/machine/cache…
No default boot2docker iso found locally, downloading the latest release…
Downloading https://github.com/boot2docker/boot2docker/releases/download/v1.7.1/boot2docker.iso
to /home/kwolcott/.docker/machine/cache/boot2docker.iso…
Creating VirtualBox VM…
Creating SSH key…
Starting VirtualBox VM…
Starting VM…
Error creating machine: Too many retries. Last error: Maximum number of
retries (60) exceeded
You will want to check the provider to make sure the machine and associated
resources were properly removed.
i downgraded vb and got this error: Error creating machine: Error in driver during machine creation: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
so i can only assume that the issue continues into the newer version only for some reason the error isnt being presented
Does the system support harware virtualization? If not known use a tool such as Intel Processor Identification Utility or find from the .Intel Virtualization Technology list.