OCI runtime create failed: container_linux.go:380: starting container process caused

遇到的问题:

在运行docker 容器的时候报错,容器没有运行成功,再次重启报如下的错误

Error response from daemon: Cannot restart container 8ee69d057d58: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown

网上百度过后说的docker版本版本太高可能和Linux不兼容,再重装docker后再次实验还是失败

经过思考重新写了一下dockerfile

原来的dockerfile

 重写了一下

 再次打包镜像运行容器没有报错  运行成功!

你可能感兴趣的:(linux,golang,docker)