@H_404_1@我正在运行容器hypriot / rpi-busyBox-httpd
@H_404_1@我正在尝试ssh到docker容器:但是它给出了错误:
@H_404_1@
pi@raspberrypi:~ $docker exec -it cc55da85b915 bash
rpc error: code = 2 desc = oci runtime error: exec Failed: container_linux.go:247: starting container process caused "exec: \"bash\": executable file not found in $PATH"
pi@raspberrypi:~ $docker exec -it cc55da85b915 sh
rpc error: code = 2 desc = oci runtime error: exec Failed: container_linux.go:247: starting container process caused "exec: \"sh\": executable file not found in $PATH"
@H_404_1@我马上做了什么?最佳答案