xxxxxxxxxx
COPY foo.txt /data/foo.txt
# where foo.txt is the relative path on host
# and /data/foo.txt is the absolute path in the image
xxxxxxxxxx
docker cp -a <container_name>:<container_path_ex:/home/build/reports/tests/> <destination_path_ex:build/docer-tests>