mirror of https://github.com/containers/podman.git
Merge pull request #17457 from hasan4791/issue-15830
[CI:DOCS] Document update for docker network options via CLI
This commit is contained in:
commit
db53f38711
|
@ -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.
|
- `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.
|
- `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:
|
The `macvlan` and `ipvlan` driver support the following options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue