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

Wrap entrypoint with tini #127

Merged
merged 1 commit into from Mar 16, 2018
Merged

Wrap entrypoint with tini #127

merged 1 commit into from Mar 16, 2018

Conversation

spacecowboy
Copy link
Contributor

Tini is a tiny "init-system" which handles signal forwarding to child
processes and most importantly handles reaping child processes.

Read more about it at

https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/
krallin/tini#8
https://github.com/docker-library/official-images#init

@spacecowboy spacecowboy requested a review from benbc March 14, 2018 14:33
Tini is a tiny "init-system" which handles signal forwarding to child
processes and most importantly handles reaping child processes.

Read more about it at

https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/
krallin/tini#8
https://github.com/docker-library/official-images#init
Copy link
Contributor

@eastlondoner eastlondoner left a comment

Choose a reason for hiding this comment

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

interesting reading!

@spacecowboy spacecowboy merged commit a5e3e35 into neo4j:master Mar 16, 2018
@spacecowboy spacecowboy deleted the tini branch March 16, 2018 13:45
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.

None yet

2 participants