Skip to main content

image_exists

Function image_exists 

Source
pub async fn image_exists(
    client: &DockerClient,
    image: &str,
    tag: &str,
) -> Result<bool, DockerError>
Expand description

Check if an image exists locally