We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d713bd + 1836db5 commit 305e9ceCopy full SHA for 305e9ce
libnetwork/types/network.go
@@ -269,6 +269,8 @@ type PerNetworkOptions struct {
269
// InterfaceName for this container. Required in the backend.
270
// Optional in the frontend. Will be filled with ethX (where X is a integer) when empty.
271
InterfaceName string `json:"interface_name"`
272
+ // Driver-specific options for this container.
273
+ Options map[string]string `json:"options,omitempty"`
274
}
275
276
// NetworkOptions for a given container.
0 commit comments