This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > tini (0.19.0)

Tini is a tiny but valid init for containers.  All Tini does is spawn a
single child (Tini is meant to be run in a container), and wait for it
to exit all the while reaping zombies and performing signal forwarding.

Using Tini has several benefits:

- It protects you from software that accidentally creates zombie
processes, which can (over time!) starve your entire system for PIDs
(and make it unusable).
- It ensures that the default signal handlers work for the software you
run in your Docker image. For example, with Tini, SIGTERM properly
terminates your process even if you didn't explicitly install a signal
handler for it.
- It does so completely transparently! Docker images that work without
Tini will work with Tini without any changes.

Maintained by: Audrius Kažukauskas
Keywords: docker,container,init
ChangeLog: tini

Homepage:
https://github.com/krallin/tini

Source Downloads:
tini-0.19.0.tar.gz (72935bca9232313409a052833068fb1d)

Download SlackBuild:
tini.tar.gz
tini.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
tini.SlackBuild
tini.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds