docker cp {{DOCKER_CONTAINER}}:{{SOURCE_LOCATION}} {{DESTINATION_LOCATION}}
- DOCKER_CONTAINER: Source docker container name or ID
- SOURCE_LOCATION: Absolute file path on docker container
- DESTINATION_LOCATION: Relative file path on host
docker cp arshad-docker-container:/downloads/ak-cli.zip ak-cli.zip