someguy

joined 2 years ago
[–] someguy@lemmyland.com 2 points 14 hours ago* (last edited 14 hours ago)

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 --init when running a container. It's a pretty common problem.