nucleus-container 0.3.2

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
13
mod attestation;
mod context;
mod lazy;
mod mount;
mod state;
mod tmpfs;

pub use attestation::*;
pub use context::*;
pub use lazy::*;
pub use mount::*;
pub use state::*;
pub use tmpfs::*;