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
mod criu;
mod metadata;
mod state;

pub use criu::*;
pub use metadata::*;
pub use state::*;