Docker save: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.docker.com/engine/reference/commandline/save/ =Internal= * Image Operations =Overview=") |
|||
Line 8: | Line 8: | ||
=Overview= | =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''> |
Revision as of 18:35, 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>