arun-gupta / docker-java

Docker for Java Developers
387 stars 230 forks source link

Issue with VirtualBox missing from Docker-Toolbox install #122

Open bfg111 opened 8 years ago

bfg111 commented 8 years ago

OSX El Capitan Version 10.11.1

Getting the following error when launching in terminal: '$ bash --login '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh' Either VirtualBox or Docker Machine are not installed. Please re-run the Toolbox Installer and try again.'

screen shot 2015-11-19 at 11 20 09 am

jmorganca commented 8 years ago

This means the user already had VirtualBox installed, but I'm not sure why it's not being picked up by the Docker tooling.

It's possible the user may have had an older or corrupt version of VirtualBox. Maybe a binary is missing.

I'm looking into a fix for our detection, but for now the best solution is to ask the user to install virtualbox manually from https://www.virtualbox.org/.