public class ContainerSettings extends Object
Constructor and Description |
---|
ContainerSettings() |
Modifier and Type | Method and Description |
---|---|
ImageSourceRegistry |
imageSourceRegistry()
Get information about docker image and docker registry to download the container from.
|
String |
shmSize()
Get size of /dev/shm.
|
ContainerSettings |
withImageSourceRegistry(ImageSourceRegistry imageSourceRegistry)
Set information about docker image and docker registry to download the container from.
|
ContainerSettings |
withShmSize(String shmSize)
Set size of /dev/shm.
|
public ImageSourceRegistry imageSourceRegistry()
public ContainerSettings withImageSourceRegistry(ImageSourceRegistry imageSourceRegistry)
imageSourceRegistry
- the imageSourceRegistry value to setpublic String shmSize()
public ContainerSettings withShmSize(String shmSize)
shmSize
- the shmSize value to setCopyright © 2019. All rights reserved.