Created
April 27, 2023 16:01
-
-
Save dtaivpp/716d7d45daf87f97a9569f8ee9547089 to your computer and use it in GitHub Desktop.
Revisions
-
dtaivpp created this gist
Apr 27, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ ## Find the image to save `docker images` ## Save to destination `docker save -o /path/to/output.tar org/container` ## Import `docker docker load -i /path/to/output.tar`