nucleus-container 0.3.3

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
10
11
12
mod bridge;
mod config;
mod egress;
pub(crate) mod netlink;
pub(crate) mod netns;
mod state;
mod userspace;

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