[][src]Function playbook_api::systems::docker::start

pub fn start<I, S>(ctx_docker: Context, cmd: I) -> Result<String, TaskError> where
    I: IntoIterator<Item = S>,
    S: AsRef<OsStr>,