Share via


ContainerSettings.ShmSize Property

Definition

Gets or sets /dev/shm size.

[Newtonsoft.Json.JsonProperty(PropertyName="shmSize")]
public string ShmSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shmSize")>]
member this.ShmSize : string with get, set
Public Property ShmSize As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Size of /dev/shm. Please refer to docker documentation for supported argument formats.

Applies to