nucleus-container 0.2.0

Extremely lightweight Docker alternative for agents and production services — isolated execution using cgroups, namespaces, seccomp, Landlock, and gVisor
Documentation
1
2
3
4
5
6
7
8
9
mod cgroup;
mod limits;
mod state;
mod stats;

pub use cgroup::*;
pub use limits::*;
pub use state::*;
pub use stats::*;