Service.Tty Property

Definition

Specifies whether a pseudo-TTY (teletypewriter) should be allocated for the container. When set to true, it enables the container to run with an interactive terminal session.

[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