Reputation: 41
I work on windows 10 home.
When i run docker quick start terminal shortcut or run start.sh directly, i get message:
Docker Machine is not installed. Please re-run the Toolbox Installer and try again. Looks like something went wrong in step ´Looking for vboxmanage.exe´... Press any key to continue...
I tried reinstalling with all options selected, including NDIS5 driver, but i didnt helped. Kinematic works fine, but i cant run docker in terminal.
I checked PATH enviromental variable and there is C:\Program Files\Docker Toolbox
there.
I also checked if git for windows doesnt change working dir when running script, and it doesnt.
Upvotes: 2
Views: 5223
Reputation: 41
Try reinstall the VirtualBox, choosing repair mode. C:\Program Files\Docker Toolbox\installers\virtualbox -> virtualbox.exe enter. After finished the process, restart you machine and smile!
Upvotes: 3
Reputation: 4221
You'll have to edit the shortcut to resolve the issue with bash.exe.
try:
Right-click on the shortcut
Select Properties
Edit the Target field to point to the location of bash.exe ex. C:\Users\username\AppData\Local\Programs\Git\bin\bash.exe --login -i "C:\Program Files\Docker Toolbox\start.sh"
Click OK
Upvotes: 0