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
commit db53f38711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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: