Skip to main content

run_podman

Function run_podman 

async fn run_podman<S: AsRef<str>>(
    bin: &str,
    args: &[S],
) -> Result<(), ContainerRunnerError>
Expand description

Runs podman <args> and returns an error if the exit code is non-zero.