catatonit
Container init
Catatonit is a simple container init tool developed as a rewrite of initrs in C due to the need for static compilation of Rust binaries with musl
. Inspired by other container inits like tini and dumb-init, catatonit focuses on correct signal handling, utilizing signalfd(2)
for improved stability. Its main purpose is to support the key usage by docker-init
: /dev/init
– <your program>, with minimal additional features planned.
- Versions: 0.2.1
- Website: https://github.com/openSUSE/catatonit
- Licenses: GPL 2+
- Package source: gnu/packages/containers.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of catatonit
as follows:
guix install catatonit
Or install a particular version:
guix install catatonit@0.2.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of catatonit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/catatonit'><img src='https://packages.guix.gnu.org/packages/catatonit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/catatonit)
Example Org:
[[https://packages.guix.gnu.org/packages/catatonit][https://packages.guix.gnu.org/packages/catatonit/badges/latest-version.svg]]