Docker 错误 process_linux.go:319:从管道获取最终子进程的 pid 导致“EOF”:未知

css*_*hus 5 node.js docker

我的 Docker 容器无法启动。日志中的错误信息是:

{"message":"OCI runtime create failed: container_linux.go:349: starting container process caused \
"process_linux.go:319: getting the final child's pid from pipe caused \\\"EOF\\\"\": unknown"}
Run Code Online (Sandbox Code Playgroud)

下一步是什么?

css*_*hus 0

2021 年更新:

下面链接的线程中的新答案断言他们已经找到了解决方案。例如,请参阅这个答案。

原答案:

这是一个已知的功能。{1}

对我有用的解决方案是重新启动服务器实例。

在 Plesk 中:

  1. 工具和设置(从侧面菜单)

  2. 服务器管理(左侧第二组)

  3. 单击重新启动服务器

参考:

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