23 lines
584 B
Markdown
23 lines
584 B
Markdown
|
## 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)
|