mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Doc update for docker network options via CLI
Doc update to support docker-specific network create options via CLI Closes: #15830 Signed-off-by: T K Chandra Hasan <t.k.chandra.hasan@ibm.com>
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user