Commands.app

docker cp

File Operations

Copy files between container and host

Examples
Common usage examples

Copy file from container to host

docker cp mycontainer:/app/file.txt ./

Copy file from host to container

docker cp ./file.txt mycontainer:/app/
Related Commands
You might also find these useful