docker-compose oci运行时错误启动容器进程导致连接重置由peer

我更新了docker,并撰写

Docker version 17.06.0-ce, build 02c1d87 docker-compose version 1.14.0, build c7bdf9e 

现在,当我运行与docker运行容器它工作正常。 但是我在撰写文件中定义了10多个服务。 在过去的1年,这是工作文件,更新后,重新启动docker服务突然给我 –

 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