我一直在努力应对sh,但出现了很多问题。我需要 Docker 容器内的 /bin/bash 。但是当我运行这个命令时,它给了我错误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。我想我需要将 bin/bash 放入容器内。但不知道怎么办?
终端命令:sudo docker exec -it 35f4fb7c0b0d /bin/bash
终端输出: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
提前致谢。