Hacker News new | ask | show | jobs
by mrweasel 1839 days ago
Correct, you also shouldn’t have supervisor processes in a container, as this prevents detection of crashed containers.

We’ve seen container with all sorts of weirdness, where half the service could crash and Docker would never notice, because the supervisor process was still running and that was the entry point for the image.