copying a file to a docker directory code example
Example 1: copy file to docker container
docker cp foo.txt mycontainer:/foo.txt
Example 2: docker copy folder to container
docker cp Desktop/imagesets <container id>:tf_files/flower_photos/imagesets