Skip to content

Instantly share code, notes, and snippets.

@RagingTiger
Created May 20, 2023 13:24
Show Gist options
  • Save RagingTiger/fccc730884dc7a99b96948aab0f358d3 to your computer and use it in GitHub Desktop.
Save RagingTiger/fccc730884dc7a99b96948aab0f358d3 to your computer and use it in GitHub Desktop.
Save a docker image into a compressed and multi-part file.
docker save $1 | gzip | split -b 1GB - img.gz.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment