docker save <image>:<tag> | pigz > <image>.tar.gz docker save <image>:<tag> | gzip > <image>.tar.gz docker save <image>:<tag> | zstd > <image>.tar.zst docker load -i <image>.tar.gz docker load -i <image>.tar.zst
docker save <image>:<tag> | pigz > <image>.tar.gz docker save <image>:<tag> | gzip > <image>.tar.gz docker save <image>:<tag> | zstd > <image>.tar.zst docker load -i <image>.tar.gz docker load -i <image>.tar.zst