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?
An example with Docker's built-in support for
tini
(via--init
) is shown here: https://github.com/Yelp/dumb-init/pull/294#issuecomment-1987525341If 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 withSIGINT
/SIGTERM
instead of stalling from thesleep
?