다음을 통해 공유


ContainerSettings.ShmSize 속성

정의

/dev/shm 크기를 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

/dev/shm의 크기입니다. 지원되는 인수 형식은 docker 설명서를 참조하세요.

적용 대상