nucleus-container 0.3.1

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 bridge;
mod config;
mod state;

pub use bridge::*;
pub use config::*;
pub use state::*;