Network.External Property

Definition

Indicates whether the network is external or managed by Docker outside of the application stack. When set to true, the network is assumed to be pre-existing and not defined by the application's configuration. When set to false or null, the network can be defined and created within the application scope.

[YamlDotNet.Serialization.YamlMember(Alias="external")]
public bool? External { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="external")>]
member this.External : Nullable<bool> with get, set
Public Property External As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to