问题描述
IT对服务器版本进行了升级,然后不能运行任何container,报错如下:
ERROR: for es-master Cannot start service es-master: OCI runtime create failed: container_linux.go:348: starting container process caused “process_linux.go:297: copying bootstrap data to pipe caused “write init-p: broken pipe””: unknown
ERROR: Encountered errors while bringing up the project.
Docker版本:
Client:
Version: 18.06.3-ce
API version: 1.38
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:27:13 2019
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.3-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:25:38 2019
OS/Arch: linux/amd64
Experimental: false
系统版本:
Linux panda 3.13.0-168-generic #218-Ubuntu SMP Thu Mar 14 16:56:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

在服务器升级后,Docker无法运行任何container,报错'ERROR: for es-master Cannot start service es-master: OCI runtime create failed...'。问题源于Docker 18.06.3-ce与Ubuntu 3.13.0-168-generic内核的不兼容。解决方案包括更新kernel版本至4.4.0-148-generic或回退Docker到兼容的版本。

766

被折叠的 条评论
为什么被折叠?



