ParentT - the stage of the parent definition to return to after attaching this definition@Beta(value=V1_12_0)
public static interface ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> |
withShmSize(String shmSize)
Specifies size of /dev/shm.
|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> withShmSize(String shmSize)
shmSize - size of /dev/shm /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/