cri-o/vendor/github.com/containers/storage/docs/oci-storage-exists.md
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00

636 B

oci-storage-exists 1 "August 2016"

NAME

oci-storage exists - Check if a layer, image, or container exists

SYNOPSIS

oci-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

oci-storage exists my-base-layer