Yelp / dumb-init

A minimal init system for Linux containers
https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
MIT License
6.89k stars 345 forks source link

Update README.md #296

Open mallory98e opened 9 months ago

polarathene commented 7 months ago

An example with Docker's built-in support for tini (via --init) is shown here: https://github.com/Yelp/dumb-init/pull/294#issuecomment-1987525341

If you feel the dumb-init README doesn't communicate the equivalent well, you'd be better to express that. Your contribution is a bit vague in what you're trying to demonstrate with your entrypoint beyond what I assume is exiting with SIGINT/ SIGTERM instead of stalling from the sleep?