我在CentOS Linux7.6.1810和PleskOnyx17.8.11下安装了Docker,一切都很好。有几个小时我不能再启动mongoDB或Docker了。我收到以下错误消息
{"message":"OCI runtime create failed: container_linux.go:344: starting container process caused \"process_linux.go:297: getting the final child's pid from pipe caused \\\"read init-p: connection reset by peer\\\"\": unknown"}
那会是什么呢?
发布于 2019-02-13 17:35:47
我已经修复了它,我将containerd.io降级到了1.2.0版本,并且Docker正在运行。
发布于 2019-02-26 21:02:42
Docker-ce 18.09.2 + Linux Kernel 3.10.0会产生和你一样的问题。如果我们想使用Docker-ce 18.09.2,需要Linux内核4.x+。
https://stackoverflow.com/questions/54657097
复制相似问题