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 tini as PID 1 inside the container #69

Merged
merged 1 commit into from
Mar 20, 2021
Merged

Conversation

horazont
Copy link
Contributor

tini 1 is a minimalistic PID 1 process. It correctly handles
the special jobs which PID 1 (or a reaper process in general)
needs to take care of in addition to correctly processing the
relevant signals.

Fixes #68.

tini [1] is a minimalistic PID 1 process. It correctly handles
the special jobs which PID 1 (or a reaper process in general)
needs to take care of in addition to correctly processing the
relevant signals.

Fixes prosody#68.

   [1]: https://github.com/krallin/tini
@Zash Zash merged commit 31d6d84 into prosody:master Mar 20, 2021
@Zash
Copy link
Member

Zash commented Mar 20, 2021

Works, thanks!

@horazont horazont deleted the feature/tini branch March 20, 2021 11:31
@LeSpocky LeSpocky mentioned this pull request Mar 21, 2021
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.

docker seems to kill the container instead of terminating it
2 participants