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

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

bparmentier
Copy link
Contributor

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
@bparmentier
Copy link
Contributor Author

Any chance to see this merged? I rebased my change on dev instead of master. Not sure why the checks failed.

Copy link
Collaborator

@mikecao mikecao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mikecao mikecao merged commit 67b1c80 into umami-software:dev Dec 12, 2024
0 of 5 checks passed
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
2 participants