Skip to main content

get_docker_install_commands

Function get_docker_install_commands 

Source
pub fn get_docker_install_commands(
    distro: &DistroInfo,
) -> Result<Vec<&'static str>, HostError>
Expand description

Install Docker on a remote host

Returns a vector of commands that will be executed (for user review).