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

Consider using dumb-init or tini #4

Open
gakowalski opened this issue Apr 16, 2019 · 1 comment
Open

Consider using dumb-init or tini #4

gakowalski opened this issue Apr 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@gakowalski
Copy link
Member

Normally, when you launch a Docker container, the process you're executing becomes PID 1, giving it the quirks and responsibilities that come with being the init system for the container.

There are two common issues this presents:

  1. In most cases, signals won't be handled properly.
  2. Orphaned zombie processes aren't properly reaped.

https://github.com/Yelp/dumb-init

@gakowalski gakowalski added the enhancement New feature or request label Apr 16, 2019
@gakowalski gakowalski changed the title Consider using dumb-init Consider using dumb-init or tini Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant