Created
October 9, 2024 11:50
-
-
Save cemremengu/4907dc2a8797aec10b49bff4be52238b to your computer and use it in GitHub Desktop.
Save all images with name:tag to one tar file
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 characters
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