summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r--docs/source/markdown/podman-run.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index 4c236b520..02db8b205 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -395,9 +395,9 @@ Not implemented.
**--ip**=*ip*
Specify a static IP address for the container, for example **10.88.64.128**.
-Can only be used if no additional CNI networks to join were specified via **--network=**_network-name_,
-and if the container is not joining another container's network namespace via **--network=container:**_id_.
-The address must be within the default CNI network's pool (default **10.88.0.0/16**).
+This option can only be used if the container is joined to only a single network - i.e., `--network=_network-name_` is used at most once
+and if the container is not joining another container's network namespace via `--network=container:_id_`.
+The address must be within the CNI network's IP address pool (default **10.88.0.0/16**).
**--ipc**=*mode*
@@ -511,7 +511,7 @@ Current supported mount TYPEs are **bind**, **volume**, and **tmpfs**.
· dst, destination, target: mount destination spec.
- · ro, read-only: true or false (default).
+ · ro, readonly: true or false (default).
Options specific to bind: