简体   繁体   中英

Boot2Docker start up fails in windows

I am trying to start docker from winodws7 enterprise edition.

 boot2docker start

results

 Waiting for VM and Docker daemon to start...
 ..........................................................................oooooo
 oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
 Started.
 Trying to get Docker socket one more time
 Error requesting socket: exec: "ssh": executable file not found in %PATH%
 Docker client does not run on Windows for now. Please use
 "boot2docker" ssh
 to SSH into the VM instead.

I tried this link . But All answers doesn't help me. I have re-installed the boot2docker and powered off boot2docker-vm in Virtual machine and restarted. Virtualisation is enabled in my bios. My Sys has better capabilities.

Using 1.4.1 version.

Please Some Suggestions?

As boot2docker complained, you don't have ssh in your path. Please add ssh.exe into Windows path (it might not be visible, but boot2docker installation includes msys-git installation which includes ssh.exe, so you need to add Git installation directory in path, eg

c:\Program Files (x86)\Git\bin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM