File: containers-storage-exists.md

package info (click to toggle)
golang-github-containers-storage 1.43.0%2Bds1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,820 kB
  • sloc: sh: 581; ansic: 388; makefile: 164; awk: 12
file content (31 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (8)
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
27
28
29
30
31
## containers-storage-exists 1 "August 2016"

## NAME
containers-storage exists - Check if a layer, image, or container exists

## SYNOPSIS
**containers-storage** **exists** [*options* [...]] *layerOrImageOrContainerNameOrID* [...]

## DESCRIPTION
Checks if there are layers, images, or containers which have the specified
names or IDs.

## OPTIONS
**-c | --container**

Only succeed if the names or IDs are that of containers.

**-i | --image**

Only succeed if the names or IDs are that of images.

**-l | --layer**

Only succeed if the names or IDs are that of layers.

**-q | --quiet**

Suppress output.

## EXAMPLE
**containers-storage exists my-base-layer**