次の方法で共有


Network.DriverOpts Property

Definition

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.

Applies to