File: containers-storage-set-metadata.md

package info (click to toggle)
golang-github-containers-storage 1.24.8%2Bdfsg1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,348 kB
  • sloc: sh: 812; ansic: 319; makefile: 175; awk: 12
file content (26 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## containers-storage-set-metadata 1 "August 2016"

## NAME
containers-storage set-metadata - Set metadata for a layer, image, or container

## SYNOPSIS
**containers-storage** **set-metadata** [*options* [...]] *layerOrImageOrContainerNameOrID*

## DESCRIPTION
Updates the metadata associated with a layer, image, or container.  Metadata is
intended to be small, and is expected to be cached in memory.

## OPTIONS
**-f | --metadata-file** *filename*

Use the contents of the specified file as the metadata.

**-m | --metadata** *value*

Use the specified value as the metadata.

## EXAMPLE
**containers-storage set-metadata -m "compression: gzip" my-layer**

## SEE ALSO
containers-storage-metadata(1)