赞
踩
使用 sudo docker exec -it 容器名 /bin/bash 进入容器时报错。
错误信息:
OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown
解决方法:
使用 sudo docker exec -it 容器名 /bin/sh ,即可成功进入容器。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。