pub async fn pull_image( docker: &Docker, image: &str, credentials: Option<&DockerCredentials>, force: bool, ) -> Result<()>