Tini: A Minimalist Init for Containers
Tini is a lightweight init system designed for containers. It prevents zombie processes, ensures proper signal handling, and improves container stability. Built into Docker 1.13 and later (using the `--init` flag), Tini can also be manually installed for older versions or other container runtimes. Advanced options include subreaper functionality, exit code remapping, and signal forwarding for complex scenarios. It's incredibly small and adds minimal overhead.
Read more