1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

cli/command: Add quiet option for create and run

Signed-off-by: Chee Hau Lim <cheehau.lim@mobimeo.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Chee Hau Lim
2021-12-03 17:51:01 +01:00
committed by Sebastiaan van Stijn
parent 7dcd85007b
commit 1d4431c1e7
6 changed files with 18 additions and 4 deletions

View File

@ -99,6 +99,7 @@ Options:
-p, --publish value Publish a container's port(s) to the host (default [])
-P, --publish-all Publish all exposed ports to random ports
--pull string Pull image before creating ("always"|"missing"|"never") (default "missing")
-q, --quiet Suppress the pull output
--read-only Mount the container's root filesystem as read only
--restart string Restart policy to apply when a container exits (default "no")
Possible values are: no, on-failure[:max-retry], always, unless-stopped

View File

@ -109,6 +109,7 @@ Options:
-p, --publish value Publish a container's port(s) to the host (default [])
-P, --publish-all Publish all exposed ports to random ports
--pull string Pull image before running ("always"|"missing"|"never") (default "missing")
-q, --quiet Suppress the pull output
--read-only Mount the container's root filesystem as read only
--restart string Restart policy to apply when a container exits (default "no")
Possible values are : no, on-failure[:max-retry], always, unless-stopped