Revisions
-
tosone created this gist
Oct 11, 2019 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #for not running docker, use save: docker save <dockernameortag> | gzip > mycontainer.tgz #for running or paused docker, use export: docker export <dockernameortag> | gzip > mycontainer.tgz #load gunzip -c mycontainer.tgz | docker load