pub fn parse_docker_command( input: &str, ) -> Result<(String, Vec<String>, IndexMap<String, Vec<String>>), String>