summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 36efc2a2e..19e73aea2 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -379,6 +379,10 @@ port to a random port on the host within an *ephemeral port range* defined by
`/proc/sys/net/ipv4/ip_local_port_range`. To find the mapping between the host
ports and the exposed ports, use `podman port`.
+**--quiet, -q**
+
+Suppress output information when pulling images
+
**--read-only**=*true*|*false*
Mount the container's root filesystem as read only.