pub async fn run_cmd(cmd: &str, maybe_workdir: Option<&Path>) -> Result<String>
Run a shell command in a container.
Will return an error if there was a problem while running the command.