mirror of https://github.com/docker/cli.git
Update 'save' command help
Based on review feedback. Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
This commit is contained in:
parent
54e7de9b12
commit
bcd0ac71ae
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue