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



i更新了docker并构成

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

现在,当我使用Docker Run运行容器时,它可以正常工作。但是我在撰写文件中定义了10多个服务。在过去的一年中,它是工作文件,在更新和重新启动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

相关内容

最新更新