Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use init when running in Docker to avoid zombie process #2890

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

bparmentier
Copy link

When the start-docker script is executed, some process is not properly cleaned up and ends up in a zombie state.

Using the init flag when launching the container runs an init process inside the container that will forward signals to node and reap processes.

Fixes: #1428

When the `start-docker` script is executed, some process is not properly
cleaned up and ends up in a zombie state.

Using the `init` flag when launching the container runs an init process
inside the container that will forward signals to node and reap
processes.

Fixes: umami-software#1428
Copy link

vercel bot commented Aug 22, 2024

@bparmentier is attempting to deploy a commit to the umami-software Team on Vercel.

A member of the Team first needs to authorize it.

@bparmentier bparmentier changed the base branch from master to dev August 22, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zombie process in/from Docker container
1 participant