使用 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


标签: bin, docker, bash, exec, container, failed

相关文章推荐

添加新评论,含*的栏目为必填