Update 'save' command help

Based on review feedback.

Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
Upstream-commit: 5a701c3e4cd63f0b17b4fe9ab13c8cbe0ea5d353
Component: engine
This commit is contained in:
Martin Mosegaard Amdisen
2016-03-22 08:16:52 +01:00
parent 15d11ca807
commit 27791e6516
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ var dockerCommands = []Command{
{"rm", "Remove one or more containers"},
{"rmi", "Remove one or more images"},
{"run", "Run a command in a new container"},
{"save", "Save images to a tar archive"},
{"save", "Save one or more images to a tar archive"},
{"search", "Search the Docker Hub for images"},
{"start", "Start one or more stopped containers"},
{"stats", "Display a live stream of container(s) resource usage statistics"},
@@ -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
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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**