【问题】使用docker exec + sh进入容器时报错
[root@localhost home]# docker exec -it container-test bash OCI runtime exec
failed: exec failed: container_linux.go:346: starting container process caused
"exec: \"bash\": executable file not found in $PATH": unknown
 

【分析】

  由于镜像系统不一,使用错误shell解释器导致,可尝试以下其中一种方案。

 

【解决】
docker exec -it container-test /bin/bash

docker exec -it container-test /bin/sh

docker exec -it container-test /bin/csh

友情链接
KaDraw流程图
API参考文档
OK工具箱
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:ixiaoyang8@qq.com
QQ群:637538335
关注微信