Skip to content

Commit

Permalink
Merge pull request #22509 from sanmai-NL/Clarify-network-options-docs
Browse files Browse the repository at this point in the history
Correct network option name `ip` -> `ip6`
  • Loading branch information
openshift-merge-bot[bot] authored Apr 26, 2024
2 parents 195d100 + 3c1c6a4 commit 3927a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/markdown/options/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Valid _mode_ values are:

- **bridge[:OPTIONS,...]**: Create a network stack on the default bridge. This is the default for rootful containers. It is possible to specify these additional options:
- **alias=**_name_: Add network-scoped alias for the container.
- **ip=**_IPv4_: Specify a static ipv4 address for this container.
- **ip=**_IPv6_: Specify a static ipv6 address for this container.
- **mac=**_MAC_: Specify a static mac address for this container.
- **ip=**_IPv4_: Specify a static IPv4 address for this container.
- **ip6=**_IPv6_: Specify a static IPv6 address for this container.
- **mac=**_MAC_: Specify a static MAC address for this container.
- **interface_name=**_name_: Specify a name for the created network interface inside the container.

For example, to set a static ipv4 address and a static mac address, use `--network bridge:ip=10.88.0.10,mac=44:33:22:11:00:99`.
Expand Down

0 comments on commit 3927a52

Please sign in to comment.