docker copy image file code example
Example 1: copy docker image from one machine to another
docker save -o <path for generated tar file> <image name>
Example 2: dockerfile copy specific files
COPY ["__BUILD_NUMBER", "README.md", "gulpfile", "another_file", "./"]
All the files and folders, the last is destination