Docker OCI runtime exec failed: exec failed: container_linux.go:349
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused “exec: “/bin/bash”: stat /bin/bash: no such file or directory”: unknownOCI runtime exec failed: exec fa.
·
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused “exec: “/bin/bash”: stat /bin/bash: no such file or directory”: unknown
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused “exec: “bash”: executable file not found in $PATH”: unknown
解决方法:
三种命令都试一下
docker exec -it 5b2fd8491969 sh
docker exec -it 5b2fd8491969 /bin/bash
docker exec -it 5b2fd8491969 bash
更多推荐
已为社区贡献3条内容
所有评论(0)