You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the primary process (PID 1) in the container spawns child processes, we need to handle the zombie-reaping problem, as the container runtime is not handling this.
If the primary process (PID 1) in the container spawns child processes, we need to handle the zombie-reaping problem, as the container runtime is not handling this.
Nice blog article that explains the issue and explains how to fix it:
https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem
The text was updated successfully, but these errors were encountered: