libcontainer 0.5.1

Library for container control
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Provides a thin wrapper around fork syscall,
//! with enums and functions specific to youki implemented

pub mod args;
pub mod channel;
pub mod container_init_process;
pub mod container_intermediate_process;
pub mod container_main_process;
mod fork;
pub mod intel_rdt;
mod message;
#[cfg(feature = "libseccomp")]
mod seccomp_listener;