export_image_to_dir

Function export_image_to_dir 

Source
pub fn export_image_to_dir(
    store: &ContainerdStore,
    image: &str,
    out: impl AsRef<Path>,
) -> Result<PortableImageExport, StoreError>