.nh .SH containers-storage-copy 1 "April 2018" .SH NAME .PP containers-storage copy - Copy content into a layer .SH SYNOPSIS .PP \fBcontainers-storage\fP \fBcopy\fP [--chown UID[:GID]] [\fIsourceLayerNameOrID\fP:]/path [...] \fItargetLayerNameOrID\fP:/path .SH DESCRIPTION .PP Copies contents from a layer, or outside of layers, into a layer, performing ID mapping as appropriate. .SH OPTIONS .PP \fB--chown\fP \fIUID[:GID]\fP .PP Set owners for the new copies to the specified UID/GID pair. If the GID is not specified, the UID is used. The owner IDs are mapped as appropriate for the target layer. .SH EXAMPLE .PP \fBcontainers-storage copy layer-with-mapping:/root/config.txt layer-with-different-mapping:/root/config.txt\fP .SH SEE ALSO .PP containers-storage(1)