Skip to content

Commit

Permalink
Merge pull request #98 from msabansal/dnssearch
Browse files Browse the repository at this point in the history
Added option to allow setting DNS search list for containers
  • Loading branch information
John Howard authored Jan 10, 2017
2 parents d327ca7 + 498b3a7 commit 2c872d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type ContainerConfig struct {
HvRuntime *HvRuntime `json:",omitempty"` // Hyper-V container settings. Used by Hyper-V containers only. Format ImagePath=%root%\BaseLayerID\UtilityVM
Servicing bool // True if this container is for servicing
AllowUnqualifiedDNSQuery bool // True to allow unqualified DNS name resolution
DNSSearchList string // Comma seperated list of DNS suffixes to use for name resolution
}

type ComputeSystemQuery struct {
Expand Down

0 comments on commit 2c872d1

Please sign in to comment.