Now when I run Docker Quickstart I still get this error:
Either VirtualBox or Docker Machine are not installed. Please re-run the Toolbox Installer and try again.
Looks like something went wrong… Press any key to continue…
If I open up an admin shell and run. I get the error below. Sure enough the file: C:\Users\bob.docker\machine\machines\default\ca.pem is not there.
“\Program Files\Git\git-bash.exe”
I get a git-bash shell and when I run ./start.sh I get this error:
bob@BobH-10637 MINGW64 ~
$ pwd
/c/Users/bob
bob@BobH-10637 MINGW64 ~
$ cd /c/Program
Program Files/ Program Files (x86)/ ProgramData/
bob@BobH-10637 MINGW64 ~
$ cd /c/Program\ Files/Docker\ Toolbox/
bob@BobH-10637 MINGW64 /c/Program Files/Docker Toolbox
$ ./start.sh
Machine default already exists in VirtualBox.
Starting machine default…
Started machines may have new IP addresses. You may need to re-run the docker-m achine env command.
Setting environment variables for machine default…
open C:\Users\bob.docker\machine\machines\default\ca.pem: The system cannot find the file specified.
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
docker is configured to use the default machine with IP 192.168.99.100
For help getting started, check out the docs at https://docs.docker.com
bob@BobH-10637 MINGW64 ~