copy a file directory from inside a docker container to host code example
Example: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target
docker cp :/file/path/within/container /host/path/target