ComposeFile.Name Property

Definition

Represents the name of the Docker Compose file or project.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The name property is used to identify the Compose application or project when orchestrating Docker containers.

Applies to