diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-create.1.md | 4 | ||||
-rw-r--r-- | docs/podman-run.1.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 9deeb8149..117a076a6 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -373,6 +373,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. 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. |