我正在 CentOS 7.6 上设置 mesosphere DC/OS,docker 版本为 18.09.2。在基础设施上浮动容器时,我收到管道损坏错误。我正在尝试为 docker 服务设置 IgnoreSIGPIPE=no。我已通过编辑 docker.service 覆盖了 IgnoreSIGPIPE 值。但还有一个名为 docker.io.service 的服务,我无法在系统中找到它。有人可以建议我在哪里找到它或如何在 CentOS 上正确设置 IgnoreSIGPIPE=no 吗?以下是“docker version”命令的输出:
Client:
Version: 18.09.6
API version: 1.39
Go version: go1.10.8
Git commit: 481bc77156
Built: Sat May 4 02:34:58 2019
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 03:47:25 2019
OS/Arch: linux/amd64
Experimental: false
更多输出:
[root@host] systemctl show docker.io.service | grep SIGPIPE
IgnoreSIGPIPE=yes
[root@host] systemctl show docke.service | grep SIGPIPE
IgnoreSIGPIPE=no