

# DaemonLinuxParameters


The Linux-specific options that are applied to the daemon container, such as Linux kernel capabilities.

## Contents


 ** capabilities **   <a name="ECS-Type-DaemonLinuxParameters-capabilities"></a>
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.  
Type: [KernelCapabilities](API_KernelCapabilities.md) object  
Required: No

 ** devices **   <a name="ECS-Type-DaemonLinuxParameters-devices"></a>
Any host devices to expose to the container.  
Type: Array of [Device](API_Device.md) objects  
Required: No

 ** initProcessEnabled **   <a name="ECS-Type-DaemonLinuxParameters-initProcessEnabled"></a>
Run an `init` process inside the container that forwards signals and reaps processes.  
Type: Boolean  
Required: No

 ** tmpfs **   <a name="ECS-Type-DaemonLinuxParameters-tmpfs"></a>
The container path, mount options, and size (in MiB) of the tmpfs mount.  
Type: Array of [Tmpfs](API_Tmpfs.md) objects  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/ecs-2014-11-13/DaemonLinuxParameters) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ecs-2014-11-13/DaemonLinuxParameters) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ecs-2014-11-13/DaemonLinuxParameters) 