ContainerV1.Tty Property

Definition

Gets or sets a value indicating whether a TTY (teletypewriter) is allocated for the container. When set to true, a TTY is allocated, enabling interactive command execution. It is typically used for containers that require a terminal-like interaction.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to