Explorar el Código

add docs for `docker load --quiet`

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 610ec8c7396ea4cc20465b99cf326684c82d23ff)
Harald Albers hace 9 años
padre
commit
060330bf46
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 1 0
      docs/reference/commandline/load.md
  2. 4 1
      man/docker-load.1.md

+ 1 - 0
docs/reference/commandline/load.md

@@ -16,6 +16,7 @@ parent = "smn_cli"
 
       --help             Print usage
       -i, --input=""     Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz
+      -q, --quiet        Suppress the load output. Without this option, a progress bar is displayed.
 
 Loads a tarred repository from a file or the standard input stream.
 Restores both images and tags.

+ 4 - 1
man/docker-load.1.md

@@ -8,7 +8,7 @@ docker-load - Load an image from a tar archive or STDIN
 **docker load**
 [**--help**]
 [**-i**|**--input**[=*INPUT*]]
-
+[**-q**|**--quiet**]
 
 # DESCRIPTION
 
@@ -22,6 +22,9 @@ Restores both images and tags.
 **-i**, **--input**=""
    Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz.
 
+**-q**, **--quiet**
+   Suppress the load output. Without this option, a progress bar is displayed.
+
 # EXAMPLES
 
     $ docker images