Created
December 27, 2018 08:31
-
-
Save TheNicholasNick/05c7f58ee1ee6a089c9ac3769281b721 to your computer and use it in GitHub Desktop.
docker save image with progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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