启动容器进程泊坞窗,撰写OCI运行时错误被对方

问题描述:

我更新的码头工人和撰写导致连接复位启动容器进程泊坞窗,撰写OCI运行时错误被对方

Docker version 17.06.0-ce, build 02c1d87 

docker-compose version 1.14.0, build c7bdf9e 

现在,当我运行与搬运工人容器中运行,它工作正常。但是我在撰写文件中定义了10多种服务。对于最近1年这是工作文件和更新后并重新启动搬运工服务突然给我 -

ERROR: for extremis_maxwell_1 Cannot start service maxwell: oci runtime error: container_linux.go:262: starting container process caused "process_linux.go:339: container init caused \"read init-p: connection reset by peer\"" 

ERROR: for maxwell Cannot start service maxwell: oci runtime error: container_linux.go:262: starting container process caused "process_linux.go:339: container init caused \"read init-p: connection reset by peer\"" 

我试着重新安装一切,但错误是一样的。

我在使用CentOS 7.2的内存限制时遇到了同样的问题。您只需将您的RedHat或CentOS内核更新至-514补丁或等待docker 17.06.1即可。

yum update kernel

https://github.com/moby/moby/issues/34046