Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 277 Bytes

coying-files.md

File metadata and controls

14 lines (9 loc) · 277 Bytes

Copying Files

Copy a file or directory from the local system to a container:

docker cp <local-path> <container-id>:<container-path>

Copy a file or directory from a container to the local system:

docker cp <container-id>:<container-path> <local-path>