DaemonLinuxParameters
The Linux-specific options that are applied to the daemon container, such as Linux kernel capabilities.
Contents
- capabilities
-
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
Type: KernelCapabilities object
Required: No
- devices
-
Any host devices to expose to the container.
Type: Array of Device objects
Required: No
- initProcessEnabled
-
Run an
initprocess inside the container that forwards signals and reaps processes.Type: Boolean
Required: No
- tmpfs
-
The container path, mount options, and size (in MiB) of the tmpfs mount.
Type: Array of Tmpfs objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: