Skip to content

Commit e608874

Browse files
committed
docs: improve documentation for internal networks
This goes into more detail about what this option actually does. Signed-off-by: Michael Zimmermann <[email protected]>
1 parent 697c418 commit e608874

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/markdown/podman-network-create.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ Because it bypasses the host network stack no additional restrictions can be set
7070
privileged container is run it can set a default route themselves. If this is a concern then the
7171
container connections should be blocked on your actual network gateway.
7272

73+
Using the `bridge` driver with this option has the following effects:
74+
- Global IP forwarding sysctls will not be changed in the host network namespace.
75+
- IP forwarding is disabled on the bridge interface instead of setting up a firewall.
76+
- No default route will be added to the container.
77+
78+
In all cases, aardvark-dns will only resolve container names with this option enabled.
79+
Other queries will be answered with `NXDOMAIN`.
80+
7381
#### **--ip-range**=*range*
7482

7583
Allocate container IP from a range. The range must be a either a complete subnet in CIDR notation or be in

0 commit comments

Comments
 (0)