systemControls

@JvmName(name = "makcdhhejrhrdgni")
suspend fun systemControls(value: Output<List<SystemControlArgs>>)
@JvmName(name = "dytsmckrfeoliecm")
suspend fun systemControls(value: List<SystemControlArgs>?)

Parameters

value

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.


@JvmName(name = "jpfmwlixswdjtsmt")
suspend fun systemControls(vararg values: Output<SystemControlArgs>)


@JvmName(name = "kskyjmctmnyreykh")
suspend fun systemControls(values: List<Output<SystemControlArgs>>)
@JvmName(name = "rstdwcedtrckljqi")
suspend fun systemControls(vararg values: SystemControlArgs)

Parameters

values

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.


@JvmName(name = "pqwrwwrjekcupvjg")
suspend fun systemControls(argument: List<suspend SystemControlArgsBuilder.() -> Unit>)
@JvmName(name = "cbsguirjkjqevdko")
suspend fun systemControls(vararg argument: suspend SystemControlArgsBuilder.() -> Unit)
@JvmName(name = "ybgwtgclgevtkywj")
suspend fun systemControls(argument: suspend SystemControlArgsBuilder.() -> Unit)

Parameters

argument

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.