() | () |
containers-storage set-metadata - Set metadata for a layer, image, or container
containers-storage set-metadata [options [...]] layerOrImageOrContainerNameOrID
Updates the metadata associated with a layer, image, or container. Metadata is intended to be small, and is expected to be cached in memory.
-f | --metadata-file filename
Use the contents of the specified file as the metadata.
-m | --metadata value
Use the specified value as the metadata.
containers-storage set-metadata -m "compression: gzip" my-layer