mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 16:34:24 +00:00
Previously the "tini" contained the entire build. Using the multi-stage build creates a new "tini" base image, which only contains the "/bin/tini". This image can be used as the base image for packages requiring "tini". Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
5 lines
244 B
Markdown
5 lines
244 B
Markdown
[tini](https://github.com/krallin/tini) is a tiny program which can be
|
|
used as a minimal `init` process for container images.
|
|
|
|
The `linuxkit/tini` image just contains `/bin/tini` and can be used as the base image by packages, requiring `tini`.
|