8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
584 B
584 B
oci-storage-metadata 1 "August 2016"
NAME
oci-storage metadata - Retrieve metadata for a layer, image, or container
SYNOPSIS
oci-storage metadata [options [...]] layerOrImageOrContainerNameOrID
DESCRIPTION
Outputs metadata associated with a layer, image, or container. Metadata is intended to be small, and is expected to be cached in memory.
OPTIONS
-q | --quiet
Don't print the ID or name of the item with which the metadata is associated.
EXAMPLE
oci-storage metadata -q my-image > my-image.txt
SEE ALSO
oci-storage-set-metadata(1)