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
Option | Short | Default | Description |
---|---|---|---|
--archive | -a | Archive mode (copy all uid/gid information) | |
--follow-link | -L | Always follow symbol link in SRC_PATH | |
--quiet | -q | Suppress progress output during copy. Progress output is automatically suppressed if no terminal is attached |