$ docker-machine create -d virtualbox gedgo
Creating CA: /Users/(user)/.docker/machine/certs/ca.pem
Creating client certificate: /Users/(user)/.docker/machine/certs/cert.pem
Running pre-create checks...
Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
Apparently there are several dependencies that you don't mention.
Is there a way to install/test your software without requiring Docker + "unknown number of things"?
$ docker-machine create -d virtualbox gedgo Creating CA: /Users/(user)/.docker/machine/certs/ca.pem Creating client certificate: /Users/(user)/.docker/machine/certs/cert.pem Running pre-create checks... Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
Apparently there are several dependencies that you don't mention. Is there a way to install/test your software without requiring Docker + "unknown number of things"?