We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7722dd6 commit 4e48a13Copy full SHA for 4e48a13
network.go
@@ -246,8 +246,8 @@ type EndpointConfig struct {
246
//
247
// See https://goo.gl/RV7BJU for more details.
248
type EndpointIPAMConfig struct {
249
- IPv4Address string `json:",omitempty"`
250
- IPv6Address string `json:",omitempty"`
+ IPv4Address string `json:",omitempty" yaml:"IPv4Address,omitempty"`
+ IPv6Address string `json:",omitempty" yaml:"IPv6Address,omitempty"`
251
}
252
253
// ConnectNetwork adds a container to a network or returns an error in case of
0 commit comments