ContainerV1.Stdin 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.
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