docker - 进入容器报错:OCI runtime exec failed: exec failed: container_linux.go:370: starting container pro教程
使用 docker exec -it nginx /bin/bash 提示错误
OCI runtime exec failed: exec failed: container\_linux.go:370: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown
解决办法:
docker exec -it nginx /bin/sh