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