how to export and run the docker image in another machine code example
Example: copy docker image from one machine to another
docker save -o <path for generated tar file> <image name>
docker save -o <path for generated tar file> <image name>