File: containers-storage-set-layer-data.md

package info (click to toggle)
golang-github-containers-storage 1.61.0%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,364 kB
  • sloc: sh: 638; ansic: 389; makefile: 111; awk: 12
file content (25 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
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
# containers-storage-set-layer-data 1 "December 2020"

## NAME
containers-storage-set-layer-data - Set lookaside data for a layer

## SYNOPSIS
**containers-storage** **set-layer-data** [*options* [...]] *layerID* *dataName*

## DESCRIPTION
Sets a piece of named data which is associated with a layer.

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

Read the data contents from a file instead of stdin.

## EXAMPLE

    containers-storage set-layer-data \
     -f ./config.json \
     2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 \
     configuration

## SEE ALSO
containers-storage-get-layer-data(1)