async fn run_podman<S: AsRef<str>>( bin: &str, args: &[S], ) -> Result<(), ContainerRunnerError>
Runs podman <args> and returns an error if the exit code is non-zero.
podman <args>