Skip to main content

resolve_execution

Function resolve_execution 

Source
pub fn resolve_execution(config: &BoxConfig) -> Result<ResolvedExecutionPlan>
Expand description

Resolve a box configuration without probing or mutating the host.

Host capabilities are checked separately immediately before preparation. Keeping this function pure makes unsupported feature combinations fail before image pulls, rootfs mounts, state changes, or runtime processes.