File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ The following parameters can be specified:
9595
9696* ** ` endpointList ` ** * (array of strings, OPTIONAL)* - list of HNS (Host Network Service) endpoints that the container should connect to.
9797* ** ` allowUnqualifiedDNSQuery ` ** * (bool, OPTIONAL)* - specifies if unqualified DNS name resolution is allowed.
98- * ** ` DNSSearchList ` ** * (array of strings, OPTIONAL)* - comma seperated list of DNS suffixes to use for name resolution.
98+ * ** ` DNSSearchList ` ** * (array of strings, OPTIONAL)* - comma separated list of DNS suffixes to use for name resolution.
9999* ** ` networkSharedContainerName ` ** * (string, OPTIONAL)* - name (ID) of the container that we will share with the network stack.
100100
101101### Example
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ type WindowsNetwork struct {
486486 EndpointList []string `json:"endpointList,omitempty"`
487487 // Specifies if unqualified DNS name resolution is allowed.
488488 AllowUnqualifiedDNSQuery bool `json:"allowUnqualifiedDNSQuery,omitempty"`
489- // Comma seperated list of DNS suffixes to use for name resolution.
489+ // Comma separated list of DNS suffixes to use for name resolution.
490490 DNSSearchList []string `json:"DNSSearchList,omitempty"`
491491 // Name (ID) of the container that we will share with the network stack.
492492 NetworkSharedContainerName string `json:"networkSharedContainerName,omitempty"`
You can’t perform that action at this time.
0 commit comments