Home > other >  On Windows 7 access into the local Docker container problem
On Windows 7 access into the local Docker container problem

Time:09-22

I in local Windows 7 installed Docker, and want to through the command line mode into the Docker called "hadoop - master" in the container, using Git terminal execute the command line as follows, but perform error:
$winpty docker exec - it hadoop - master/bin/bash
RPC error: code=2 desc=oci runtime error: exec failed: container_linux. Go: 262: starting the container process c
Aused "exec: " C:/Program Files/Git/usr/bin/bash \ ": the stat C:/Program Files/Git/usr/bin/bash: no to the file or dir
Ectory
"
Along the problem to find the next path: "C:/Program Files/Git/usr/bin/bash", the file "bash. Exe" does exist, but why will quote "no to the file or directory" of the problem? Or is the command line of writing has a problem?

CodePudding user response:


I'm sorry, personal ability is limited, can't help you,



  • Related