copy file file to docker container code example
Example 1: copy file from docker container to host
docker cp :/file/path/within/container /host/path/target
Example 2: copy docker image from one machine to another
docker load -i
docker cp :/file/path/within/container /host/path/target
docker load -i