docker-cp
Copy files/folders between a container and the local filesystem
- Provided by: docker.io (Version: 29.1.3-0ubuntu3~22.04.2)
- Source: docker.io-app
- Report a bug
Copy files/folders between a container and the local filesystem
docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|- docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH
Alias for docker container cp.
-a, --archive[=false] Archive mode (copy all uid/gid information)
-L, --follow-link[=false] Always follow symbol link in SRC_PATH
-q, --quiet[=false] Suppress progress output during copy. Progress output is automatically suppressed if no terminal is attached