minus-squaresomeguy@lemmyland.comtoSelfhosted@lemmy.world•I've Got 'Night Of The Living Dead' On My Homelab ServerlinkfedilinkEnglisharrow-up2·edit-21 day agoIf you use containers with health checks (including with curl), you need to tell docker (or podman) to provide an init process to reap child processes. For docker that means providing --init when running a container. It’s a pretty common problem. linkfedilink
If you use containers with health checks (including with curl), you need to tell docker (or podman) to provide an init process to reap child processes. For docker that means providing
--initwhen running a container. It’s a pretty common problem.