docker cp folder from container to host' code example
Example: copy files from a docker container to the host machine using cmd
docker cp <containerId>:/file/path/within/container /host/path/target
docker cp <containerId>:/file/path/within/container /host/path/target