From 7f5fc04b4b933ff5feaba721d8fe03826bfbb213 Mon Sep 17 00:00:00 2001 From: T K Chandra Hasan Date: Tue, 21 Feb 2023 21:48:17 +0530 Subject: [PATCH] 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 --- docs/source/markdown/podman-network-create.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md index 13c4627c7b..ea856f135a 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -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: