Monday, March 25, 2019

tini - a init for containers

--

https://github.com/krallin/tini

https://github.com/krallin/tini/blob/master/README.md

--

How ?
Add Tini to your container, and make it executable. Then, just invoke Tini and pass your program and its arguments as arguments to Tini.


Why?

This will help to run Tini with PID 1 and avoid signal handling issues.


Refer the README for details.

==

Another related project is : supervisord

Ref: http://supervisord.org/

-- 

No comments:

Post a Comment