docker copy dir from container to host code example
Example 1: copy files from a docker container to the host machine using cmd
docker cp <containerId>:/file/path/within/container /host/path/target
Example 2: docker copy folder to container
docker cp Desktop/imagesets <container id>:tf_files/flower_photos/imagesets