次の方法で共有


Network.Driver Property

Definition

Gets or sets the driver used for the network. The driver determines the networking implementation that the container network is based on. Examples include bridge, overlay, host, etc.

[YamlDotNet.Serialization.YamlMember(Alias="driver")]
public string? Driver { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="driver")>]
member this.Driver : string with get, set
Public Property Driver As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to