Copy files from/to docker containers

docker
docker cp <source_path>  <container_id>:<destination_path>
docker cp <container_id>:<source_path> <destination_path>