threefoldtech / zinit

A init replacement that feels like runit written in rust+tokio
Apache License 2.0
10 stars 1 forks source link

zinit Rust

A POC PID 1 replacement that feels like runit written in rust+tokio

Goal

A PID replacement that is very lightweight and provide the following requirements

Usage

please check docs here

Test docker image

To play with zinit, we have a testing docker image you can build easily by typing make docker. The test image currently auto starts redis and open-sshd, it doesn't create key or change passwords (please check Dockerfile).

Local build notes