File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,14 @@ Because it bypasses the host network stack no additional restrictions can be set
70
70
privileged container is run it can set a default route themselves. If this is a concern then the
71
71
container connections should be blocked on your actual network gateway.
72
72
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
+
73
81
#### ** --ip-range** =* range*
74
82
75
83
Allocate container IP from a range. The range must be a either a complete subnet in CIDR notation or be in
You can’t perform that action at this time.
0 commit comments