Share via


ContainerV1.StdinOnce Property

Definition

Gets or sets a value indicating whether the container's standard input (stdin) will be provided only once. When set to true, the container's stdin will remain open until the first read, after which it will be closed. Defaults to null, which indicates the property is not explicitly set.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to