> docker-machine create -driver virtualbox default It will download an image and setup everything for you. The command below will create a virtualbox machine that will run the actual Docker environment.
And the good news is that you can setup this using only docker commands ! Create virtualbox Docker machine The trick is to rely on VirtualBox to host the Docker engine. I was in the same situation and I think I came to a solution just a minute ago.