docker copy files to container from host 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