Docker save: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
docker save [''options''] <''image-id''> | docker save [''options''] <''image-id''> | ||
docker save 6902f4d604b9 > postgresql-95-rhel7.tar |
Revision as of 18:36, 5 December 2017
External
Internal
Overview
Tanks an image name or ID and saves its flattened content into a TAR archive format. By default it dumps the content to stdout, so it must be redirected to a file.
docker save [options] <image-id>
docker save 6902f4d604b9 > postgresql-95-rhel7.tar