cri-o/vendor/github.com/containers/storage/docs/oci-storage-metadata.md
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00

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)