docker container cp

Copy files/folders between a container and the local filesystem

Usage

docker container cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-
docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH

Description

See docker cp for more information.

Options

OptionShortDefaultDescription
--archive-aArchive mode (copy all uid/gid information)
--follow-link-LAlways follow symbol link in SRC_PATH
--quiet-qSuppress progress output during copy. Progress output is automatically suppressed if no terminal is attached