Function tvix_build::buildservice::oci::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.