Ded Nolyxeux
Ded Nolyxeux

Reputation: 41

docker toolbox windows 10 - Docker Quickstart Terminal doesnt work

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

Answers (2)

Renan Shin Iti
Renan Shin Iti

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

Josh Stevens
Josh Stevens

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

Related Questions