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