Preview:
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
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter