Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created December 27, 2018 08:31
Show Gist options
  • Save TheNicholasNick/05c7f58ee1ee6a089c9ac3769281b721 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/05c7f58ee1ee6a089c9ac3769281b721 to your computer and use it in GitHub Desktop.
docker save image with progress
docker save repo/image:tag | pv -s $(docker image inspect repo/image:tag --format='{{.Size}}') | gzip > saved-iamge.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment