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

package info (click to toggle)
golang-github-containers-storage 1.59.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,184 kB
  • sloc: sh: 630; ansic: 389; makefile: 143; awk: 12
file content (21 lines) | stat: -rw-r--r-- 586 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
## containers-storage-get-layer-data 1 "December 2020"

## NAME
containers-storage get-layer-data - Retrieve lookaside data for a layer

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

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

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

Write the data to a file instead of stdout.

## EXAMPLE
**containers-storage get-layer-data -f config.json 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 configuration**

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