使用命令“docker exec -it zerotier /bin/bash”进入docker容器报错
当我们从docker镜像仓库拉取了镜像并创建了容器运行,然后我们想进入运行中的docker容器,报错:container_linux.go:346: starting container process caused “exec: “/bin/bash”: stat /bin/bash: no such file or directory”: unknown的解决办法:使用命令:docker ex
·
当我们从docker镜像仓库拉取了镜像并创建了容器运行,然后我们想进入运行中的docker容器,报错:container_linux.go:346: starting container process caused “exec: “/bin/bash”: stat /bin/bash: no such file or directory”: unknown的解决办法:
使用命令:
docker exec -it zerotier /bin/sh
即可进入运行中的容器。
更多推荐
已为社区贡献1条内容
所有评论(0)