Skip to content

Instantly share code, notes, and snippets.

@dtaivpp
Created April 27, 2023 16:01
Show Gist options
  • Save dtaivpp/716d7d45daf87f97a9569f8ee9547089 to your computer and use it in GitHub Desktop.
Save dtaivpp/716d7d45daf87f97a9569f8ee9547089 to your computer and use it in GitHub Desktop.

Revisions

  1. dtaivpp created this gist Apr 27, 2023.
    8 changes: 8 additions & 0 deletions share-containers.md
    Original 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`