Update 'save' command help
Based on review feedback.
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
Upstream-commit: c0271978f9
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
09476ca3f7
commit
2e37809525
@ -12,7 +12,7 @@ parent = "smn_cli"
|
||||
|
||||
Usage: docker save [OPTIONS] IMAGE [IMAGE...]
|
||||
|
||||
Save images to a tar archive (streamed to STDOUT by default)
|
||||
Save one or more images to a tar archive (streamed to STDOUT by default)
|
||||
|
||||
--help Print usage
|
||||
-o, --output="" Write to a file, instead of STDOUT
|
||||
|
||||
@ -37,7 +37,7 @@ Restores both images and tags.
|
||||
fedora latest 58394af37342 7 weeks ago 385.5 MB
|
||||
|
||||
# See also
|
||||
**docker-save(1)** to save images to a tar archive (streamed to STDOUT by default).
|
||||
**docker-save(1)** to save one or more images to a tar archive (streamed to STDOUT by default).
|
||||
|
||||
# HISTORY
|
||||
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
% Docker Community
|
||||
% JUNE 2014
|
||||
# NAME
|
||||
docker-save - Save images to a tar archive (streamed to STDOUT by default)
|
||||
docker-save - Save one or more images to a tar archive (streamed to STDOUT by default)
|
||||
|
||||
# SYNOPSIS
|
||||
**docker save**
|
||||
|
||||
Reference in New Issue
Block a user