pub fn compose_run(
compose_dir: &str,
args: &[&str],
) -> Result<ExitStatus, String>Expand description
Run docker compose <args> with stdout/stderr inherited (streaming).
Returns the exit status. The compose_dir is set as the working directory.