copy folder from host to docker container code example
Example: docker copy files from container to host
docker cp <containerId>:/file/path/within/container /host/path/target
docker cp <containerId>:/file/path/within/container /host/path/target