Values.DaemonLinuxParametersSourceThe Linux-specific options that are applied to the daemon container, such as Linux kernel capabilities.
type nonrec t = {capabilities : KernelCapabilities.t option;The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
*)devices : DevicesList.t option;Any host devices to expose to the container.
*)initProcessEnabled : BoxedBoolean.t option;Run an init process inside the container that forwards signals and reaps processes.
*)tmpfs : TmpfsList.t option;The container path, mount options, and size (in MiB) of the tmpfs mount.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `Enum of string | `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list ])
list ]