pub fn get_docker_install_commands( distro: &DistroInfo, ) -> Result<Vec<&'static str>, HostError>
Install Docker on a remote host
Returns a vector of commands that will be executed (for user review).