docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.21k stars 1.23k forks source link

[Windows] Docker Quickstart Terminal shortcut broken when installed on a different drive #424

Open eamonwoortman opened 8 years ago

eamonwoortman commented 8 years ago

When installing Docker Toolbox on a different hard drive(eg. D:\), shortcut is still pointing to the GIT bash executable on the C:\ drive whilst GIT was also installed the D:\ drive. Target: "C:\Program Files\Git\bin\bash.exe" --login -i "D:\Program Files\Docker Toolbox\start.sh" Obviously, this should be: "D:\Program Files\Git\bin\bash.exe" --login -i "D:\Program Files\Docker Toolbox\start.sh"

After manually changing it, the whole installation works perfectly.

roliveira commented 8 years ago

I can confirm this behavior. I've installed the DockerToolbox-1.10.2.exe and had the same problem. Changing the directory of Git to D:\ solves the shortcut problem.

Another issue is that the quickstart completely ignores the already copied D:\.docker\machine\cacheboot2docker.iso image and downloads a new one in C:\Users\YOURUSERNAME\.docker\machine\machines\default\boot2docker.iso.

roliveira commented 8 years ago

I just noticed that Oracle VM VirtualBox is laying down in C:\... :confused: