Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DiogenesAnalytics/5bd90d920ac2328b38003f1eaa9174bd to your computer and use it in GitHub Desktop.
Save DiogenesAnalytics/5bd90d920ac2328b38003f1eaa9174bd 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