Function containerd_shim::synchronous::run
source · pub fn run<T>(runtime_id: &str, opts: Option<Config>)where
T: Shim + Send + Sync + 'static,
Expand description
Shim entry point that must be invoked from main
.
pub fn run<T>(runtime_id: &str, opts: Option<Config>)where
T: Shim + Send + Sync + 'static,
Shim entry point that must be invoked from main
.