Skip to content

Instantly share code, notes, and snippets.

@cemremengu
Created October 9, 2024 11:50
Show Gist options
  • Save cemremengu/4907dc2a8797aec10b49bff4be52238b to your computer and use it in GitHub Desktop.
Save cemremengu/4907dc2a8797aec10b49bff4be52238b to your computer and use it in GitHub Desktop.
Save all images with name:tag to one tar file
docker save $(docker images | sed '1d' | awk '{print $1 ":" $2 }') -o allinone.tar
docker load -i allinone.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment