我更新了docker并撰写了
Docker version 17.06.0-ce, build 02c1d87
docker-compose version 1.14.0, build c7bdf9e
现在,当我使用docker run运行容器时,它运行正常。但是我在compose文件中定义了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\""
我尝试重新安装所有内容,但错误仍然相同。
答案 0 :(得分:2)
如果我在CentOS 7.2上使用内存限制,我遇到了同样的问题。您需要做的就是将RedHat或CentOS内核更新为-514
补丁或等待docker 17.06.1
。
yum update kernel