try_query_image

Function try_query_image 

Source
fn try_query_image(
    repo: &Repo,
    imgref: &ImageReference,
) -> Result<Option<Box<LayeredImageState>>>
Expand description

Attempt to query metadata for a pulled image; if it is corrupted, the error is printed to stderr and None is returned.