Service.Tty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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