File: containers-storage-get-names.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 (22 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## containers-storage-get-names 1 "September 2017"

## NAME
containers-storage get-names - Get names of a layer/image/container

## SYNOPSIS
**containers-storage** **get-names** *layerOrImageOrContainerNameOrID*

## DESCRIPTION
In addition to IDs, *layers*, *images*, and *containers* can have
human-readable names assigned to them in *containers-storage*.  The *get-names*
command can be used to read the list of names for any of them.

## OPTIONS

## EXAMPLE
**containers-storage get-names f3be6c6134d0d980936b4c894f1613b69a62b79588fdeda744d0be3693bde8ec**

## SEE ALSO
containers-storage-add-names(1)
containers-storage-remove-names(1)
containers-storage-set-names(1)