docker exec -it xxxx bash 报错
1、报错信息rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:235: starting container process caused "exec: \"bash\": executable file not found in $PATH"2、问题详解因为镜像没有 shell3、解决办法d
·
1、报错信息
rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:235: starting container process caused "exec: \"bash\": executable file not found in $PATH"
2、问题详解
因为镜像没有 shell
3、解决办法
docker exec -it ed5955ea2c6e sh
更多推荐
所有评论(0)