pub fn pull_docker_image(image_name: &str) -> Result<(), String>
Pulls a docker image from the docker registry.
image_name
None