File: containers-storage-get-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 (26 lines) | stat: -rw-r--r-- 596 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
26
# 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)