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.
This is a workflow to share docker containers/images by exporting and then importing them.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment