Как копировать Docker Images

docker save -o <path for generated tar file> <image name>
docker load -i <path to image tar file>