Function pull_docker_image
Source pub fn pull_docker_image(image_name: &str) -> Result<(), String>
Expand description
Pulls a docker image from the docker registry.
§Arguments
image_name - A string slice that holds the name of the docker image to pull.
§Returns
None