Skip to content

Commit 060330b

Browse files
albersTibor Vass
authored andcommitted
add docs for docker load --quiet
Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit 610ec8c)
1 parent 413155d commit 060330b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/reference/commandline/load.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ parent = "smn_cli"
1616

1717
--help Print usage
1818
-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.
1920

2021
Loads a tarred repository from a file or the standard input stream.
2122
Restores both images and tags.

man/docker-load.1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker-load - Load an image from a tar archive or STDIN
88
**docker load**
99
[**--help**]
1010
[**-i**|**--input**[=*INPUT*]]
11-
11+
[**-q**|**--quiet**]
1212

1313
# DESCRIPTION
1414

@@ -22,6 +22,9 @@ Restores both images and tags.
2222
**-i**, **--input**=""
2323
Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz.
2424

25+
**-q**, **--quiet**
26+
Suppress the load output. Without this option, a progress bar is displayed.
27+
2528
# EXAMPLES
2629

2730
$ docker images

0 commit comments

Comments
 (0)