copy

Function copy 

Source
pub async fn copy(
    src: &ImageReference,
    dest: &ImageReference,
    authfile: Option<&Path>,
    add_fd: Option<(Arc<OwnedFd>, i32)>,
    progress: bool,
) -> Result<Digest>
Expand description

Use skopeo to copy a container image.