Simplifies copying files between Docker containers and host
Docker cp made easy
dcp
$ dcp container_name:/path/to/file ./local/path
$ dcp ./local/file container_name:/path/to/destination
$ dcp -r container_name:/app/data ./backup