Merge pull request #17457 from hasan4791/issue-15830

[CI:DOCS] Document update for docker network options via CLI
This commit is contained in:
OpenShift Merge Robot
2023-02-28 19:33:09 +01:00
committed by GitHub

View File

@ -93,6 +93,8 @@ Additionally the `bridge` driver supports the following options:
- `vlan`: This option assign VLAN tag and enables vlan\_filtering. Defaults to none.
- `isolate`: This option isolates networks by blocking traffic between those that have this option enabled.
- `com.docker.network.bridge.name`: This option assigns the given name to the created Linux Bridge
- `com.docker.network.driver.mtu`: Sets the Maximum Transmission Unit (MTU) and takes an integer value.
The `macvlan` and `ipvlan` driver support the following options: