pub async fn image_exists(
client: &DockerClient,
image: &str,
tag: &str,
) -> Result<bool, DockerError>Expand description
Check if an image exists locally
pub async fn image_exists(
client: &DockerClient,
image: &str,
tag: &str,
) -> Result<bool, DockerError>Check if an image exists locally