Skip to content

Commit

Permalink
Merge pull request #6438 from rhatdan/man
Browse files Browse the repository at this point in the history
[CI:DOCS] Update man pages for --ip with CNI networks
  • Loading branch information
openshift-merge-robot authored Jun 1, 2020
2 parents 22713d6 + eb9788d commit 2c6016f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/source/markdown/podman-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,10 @@ 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:<name|id>'.
The address must be within the default CNI network's pool (default 10.88.0.0/16).
Specify a static IP address for the container, for example **10.88.64.128**.
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**=*ipc*

Expand Down
6 changes: 3 additions & 3 deletions docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 2c6016f

Please sign in to comment.