Service.Tmpfs 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.
Specifies a list of temporary file systems (tmpfs) to be mounted inside the container. Each entry represents a directory on the container's filesystem, mounted as a tmpfs, which resides in-memory and is typically used for ephemeral storage or caching purposes.
[YamlDotNet.Serialization.YamlMember(Alias="tmpfs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Tmpfs { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="tmpfs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Tmpfs : System.Collections.Generic.List<string> with get, set
Public Property Tmpfs As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute