View a markdown version of this page

DaemonLinuxParameters - Amazon Elastic Container Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 init process 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 Amazon SDKs, see the following: