docs: document bridge mode option
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
This commit is contained in:
parent
e16f14a44d
commit
697c4181d2
|
|
@ -118,6 +118,9 @@ Additionally the `bridge` driver supports the following options:
|
|||
- `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.
|
||||
- `vrf`: This option assigns a VRF to the bridge interface. It accepts the name of the VRF and defaults to none. Can only be used with the Netavark network backend.
|
||||
- `mode`: This option sets the specified bridge mode on the interface. Defaults to `managed`. Supported values:
|
||||
- `managed`: Podman creates and deletes the bridge and changes sysctls of it. It adds firewall rules to masquerade outgoing traffic, as well as setup port forwarding for incoming traffic using DNAT.
|
||||
- `unmanaged`: Podman uses an existing bridge. It must exist by the time you want to start a container which uses the network. There will be no NAT or port forwarding, even if such options were passed while creating the container.
|
||||
|
||||
The `macvlan` and `ipvlan` driver support the following options:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue