.nh .SH containers-storage-exists 1 "August 2016" .SH NAME .PP containers-storage exists - Check if a layer, image, or container exists .SH SYNOPSIS .PP \fBcontainers-storage\fP \fBexists\fP [\fIoptions\fP [...]] \fIlayerOrImageOrContainerNameOrID\fP [...] .SH DESCRIPTION .PP Checks if there are layers, images, or containers which have the specified names or IDs. .SH OPTIONS .PP \fB-c | --container\fP .PP Only succeed if the names or IDs are that of containers. .PP \fB-i | --image\fP .PP Only succeed if the names or IDs are that of images. .PP \fB-l | --layer\fP .PP Only succeed if the names or IDs are that of layers. .PP \fB-q | --quiet\fP .PP Suppress output. .SH EXAMPLE .PP \fBcontainers-storage exists my-base-layer\fP