cri-o/vendor/github.com/containers/storage/docs/oci-storage-layers.md

24 lines
596 B
Markdown
Raw Normal View History

## oci-storage-layers 1 "August 2016"
## NAME
oci-storage layers - List known layers
## SYNOPSIS
**oci-storage** [*options* [...]] **layers**
## DESCRIPTION
Retrieves information about all known layers and lists their IDs and names, the
IDs and names of any images which list those layers as their top layer, and the
IDs and names of any containers for which the layer serves as the container's
own layer.
## OPTIONS
**-t | --tree**
Display results using a tree to show the hierarchy of parent-child
relationships between layers.
## EXAMPLE
**oci-storage layers**
**oci-storage layers -t**