Share via


Service.Tmpfs Property

Definition

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

Applies to