tvix_build::buildservice::oci

Function spawn_bundle

source
fn spawn_bundle(
    bundle_path: impl AsRef<OsStr> + Debug,
    bundle_name: &str,
) -> Result<Child>
Expand description

Spawns runc with the bundle at bundle_path. On success, returns the child.