transfer file from host to docker code example
Example 1: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target
Example 2: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target