start

Function start 

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