VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path in ubuntu code example
Example: docker vboxmanage not found
sudo apt-get install virtualbox
then run this command:
docker-machine create --driver virtualbox default