how to take out file from docker images to host system 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