Execute Docker commands:
docker exec -it 6620a3dc4d19 /bin/bash
Error Messages:
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: “/bin/bash”: stat /bin/bash: no such file or directory: unknown
Solution:
docker exec -it 1e33b26152e1 /bin/sh
docker exec -it 1e33b26152e1 /bash
docker exec -it 1e33b26152e1 /sh
Similar Posts:
- Docker OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caus
- [Solved] OCI runtime exec failed……executable file not found in $PATH”: unknown
- Docker startup container Error response from daemon: OCI runtime create failed: container_ linux.go:349
- failed: OCI runtime create failed: container_linux.go:348
- The docker container reports an error when using the systemctl command
- [Solved] cannot kill Docker container – permission denied
- How to Solve docker run Error: oci runtime error
- [Solved] Docker Container Start Error: OCI runtime create failed: container with ID exists
- Docker Container Error:Failed to get D-Bus connection: Operation not permitted
- An error is reported when the docker command is executed in Jenkins