dcp

Simplifies copying files between Docker containers and host

brewmacoslinux
Try with needOr install directly
Source

About

Docker cp made easy

Commands

dcp

Examples

Copy a file from a running container to the host$ dcp container_name:/path/to/file ./local/path
Copy a file from the host to a running container$ dcp ./local/file container_name:/path/to/destination
Copy a directory from container to host recursively$ dcp -r container_name:/app/data ./backup