.nh .SH containers-storage-create-storage-layer 1 "September 2022" .SH NAME .PP containers-storage create-storage-layer - Create a layer in a lower-level storage driver .SH SYNOPSIS .PP \fBcontainers-storage\fP \fBcreate-storage-layer\fP [\fIoptions\fP [...]] [\fIparentLayerNameOrID\fP] .SH DESCRIPTION .PP Creates a new layer using the lower-level storage driver which either has a specified layer as its parent, or if no parent is specified, is empty. .SH OPTIONS .PP \fB-i | --id\fP \fIID\fP .PP Sets the ID for the layer. If none is specified, one is generated. .PP \fB-l | --label\fP \fImount-label\fP .PP Sets the label which should be assigned as an SELinux context when mounting the layer. .SH EXAMPLE .PP \fBcontainers-storage create-storage-layer somelayer\fP .SH SEE ALSO .PP containers-storage-create-container(1) containers-storage-create-image(1) containers-storage-delete-layer(1)