/AWS1/CL_ECSDAEMONLINUXPARAMS¶
The Linux-specific options that are applied to the daemon container, such as Linux kernel capabilities.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_capabilities TYPE REF TO /AWS1/CL_ECSKERNELCAPABILITIES /AWS1/CL_ECSKERNELCAPABILITIES¶
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
it_devices TYPE /AWS1/CL_ECSDEVICE=>TT_DEVICESLIST TT_DEVICESLIST¶
Any host devices to expose to the container.
iv_initprocessenabled TYPE /AWS1/ECSBOXEDBOOLEAN /AWS1/ECSBOXEDBOOLEAN¶
Run an
initprocess inside the container that forwards signals and reaps processes.
it_tmpfs TYPE /AWS1/CL_ECSTMPFS=>TT_TMPFSLIST TT_TMPFSLIST¶
The container path, mount options, and size (in MiB) of the tmpfs mount.
Queryable Attributes¶
capabilities¶
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES |
devices¶
Any host devices to expose to the container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICES() |
Getter for DEVICES, with configurable default |
ASK_DEVICES() |
Getter for DEVICES w/ exceptions if field has no value |
HAS_DEVICES() |
Determine if DEVICES has a value |
initProcessEnabled¶
Run an
initprocess inside the container that forwards signals and reaps processes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITPROCESSENABLED() |
Getter for INITPROCESSENABLED, with configurable default |
ASK_INITPROCESSENABLED() |
Getter for INITPROCESSENABLED w/ exceptions if field has no |
HAS_INITPROCESSENABLED() |
Determine if INITPROCESSENABLED has a value |
tmpfs¶
The container path, mount options, and size (in MiB) of the tmpfs mount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TMPFS() |
Getter for TMPFS, with configurable default |
ASK_TMPFS() |
Getter for TMPFS w/ exceptions if field has no value |
HAS_TMPFS() |
Determine if TMPFS has a value |