Service.StdinOpen Property

Definition

Indicates whether standard input (stdin) should remain open and be attached to the service container, even if no terminal is connected.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to