mirror of https://github.com/docker/cli.git
add docs for `docker load --quiet`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
beac16919a
commit
386acc792b
|
@ -16,6 +16,7 @@ parent = "smn_cli"
|
||||||
|
|
||||||
--help Print usage
|
--help Print usage
|
||||||
-i, --input="" Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz
|
-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.
|
Loads a tarred repository from a file or the standard input stream.
|
||||||
Restores both images and tags.
|
Restores both images and tags.
|
||||||
|
|
|
@ -8,7 +8,7 @@ docker-load - Load an image from a tar archive or STDIN
|
||||||
**docker load**
|
**docker load**
|
||||||
[**--help**]
|
[**--help**]
|
||||||
[**-i**|**--input**[=*INPUT*]]
|
[**-i**|**--input**[=*INPUT*]]
|
||||||
|
[**-q**|**--quiet**]
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@ Restores both images and tags.
|
||||||
**-i**, **--input**=""
|
**-i**, **--input**=""
|
||||||
Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz.
|
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
|
# EXAMPLES
|
||||||
|
|
||||||
$ docker images
|
$ docker images
|
||||||
|
|
Loading…
Reference in New Issue