Share via


ContainerV1.Stdin Property

Definition

Gets or sets a value that determines whether the container's standard input (stdin) stream is kept open. This allows the container to receive input through the stdin stream after the application inside the container starts running.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to