Estoy configurando mesosfera DC/OS en CentOS 7.6 con la versión 18.09.2 de Docker. Mientras flotan contenedores en la infraestructura, aparece un error de tubería rota. Estoy intentando configurar IgnoreSIGPIPE=no para el servicio Docker. Anulé el valor IgnoreSIGPIPE editando docker.service. Pero hay un servicio más llamado docker.io.service y no puedo encontrarlo en mi sistema. ¿Alguien puede sugerirme dónde encontrarlo o cómo configurar IgnoreSIGPIPE=no correctamente en CentOS? Aquí está el resultado del comando 'versión acoplable':
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
Algunas salidas más:
[root@host] systemctl show docker.io.service | grep SIGPIPE
IgnoreSIGPIPE=yes
[root@host] systemctl show docke.service | grep SIGPIPE
IgnoreSIGPIPE=no