You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to add network namespace support for Windows
Signed-off-by: Dinesh Govindasamy <[email protected]>
Co-Authored-By: msabansal <[email protected]>
Copy file name to clipboardExpand all lines: config-windows.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ The following parameters can be specified:
125
125
***`allowUnqualifiedDNSQuery`***(bool, OPTIONAL)* - specifies if unqualified DNS name resolution is allowed.
126
126
***`DNSSearchList`***(array of strings, OPTIONAL)* - comma separated list of DNS suffixes to use for name resolution.
127
127
***`networkSharedContainerName`***(string, OPTIONAL)* - name (ID) of the container that we will share with the network stack.
128
+
***`networkNamespace`***(string, OPTIONAL)* - name (ID) of the network namespace that will be used for the container. If a network namespace is specified no other parameter must be specified.
128
129
129
130
### Example
130
131
@@ -139,7 +140,8 @@ The following parameters can be specified:
0 commit comments