blob: 38e8108046e38ddd0de07d820afcde7e0791c90b (
plain)
1
2
3
4
5
6
|
A container init that is so simple it's effectively brain-dead.
A container init that is so simple it's effectively brain-dead. This is
a rewrite of initrs in C, because we found that it is not possible to
statically compile Rust binaries without using musl. That was, in turn,
a reimplementation of other container inits like tini and dumb-init.
|