Function core_dockpack::docker_commands::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