Network.DriverOpts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dictionary of driver-specific options for the network configuration in a Docker service node.
[YamlDotNet.Serialization.YamlMember(Alias="driver_opts", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> DriverOpts { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="driver_opts", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.DriverOpts : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property DriverOpts As Dictionary(Of String, String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
These options are key-value pairs that allow customization of network settings based on the specified driver. They can control behaviors or features unique to the driver being used.