Signed-off-by: Harald Albers <github@albersweb.de>
| ... | ... |
@@ -16,6 +16,7 @@ parent = "smn_cli" |
| 16 | 16 |
|
| 17 | 17 |
--help Print usage |
| 18 | 18 |
-i, --input="" Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz |
| 19 |
+ -q, --quiet Suppress the load output. Without this option, a progress bar is displayed. |
|
| 19 | 20 |
|
| 20 | 21 |
Loads a tarred repository from a file or the standard input stream. |
| 21 | 22 |
Restores both images and tags. |
| ... | ... |
@@ -8,7 +8,7 @@ docker-load - Load an image from a tar archive or STDIN |
| 8 | 8 |
**docker load** |
| 9 | 9 |
[**--help**] |
| 10 | 10 |
[**-i**|**--input**[=*INPUT*]] |
| 11 |
- |
|
| 11 |
+[**-q**|**--quiet**] |
|
| 12 | 12 |
|
| 13 | 13 |
# DESCRIPTION |
| 14 | 14 |
|
| ... | ... |
@@ -22,6 +22,9 @@ Restores both images and tags. |
| 22 | 22 |
**-i**, **--input**="" |
| 23 | 23 |
Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz. |
| 24 | 24 |
|
| 25 |
+**-q**, **--quiet** |
|
| 26 |
+ Suppress the load output. Without this option, a progress bar is displayed. |
|
| 27 |
+ |
|
| 25 | 28 |
# EXAMPLES |
| 26 | 29 |
|
| 27 | 30 |
$ docker images |