systemControls

@JvmName(name = "pbnkqbphiqbglgac")
suspend fun systemControls(value: Output<List<SystemControlArgs>>)
@JvmName(name = "rfmaggqcrarkcdsy")
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 = "jrpbriqjqnruvhoy")
suspend fun systemControls(vararg values: Output<SystemControlArgs>)


@JvmName(name = "smusqehcagtnujex")
suspend fun systemControls(values: List<Output<SystemControlArgs>>)
@JvmName(name = "uiejkbmknaikivfj")
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 = "cecntdrenyokkavu")
suspend fun systemControls(argument: List<suspend SystemControlArgsBuilder.() -> Unit>)
@JvmName(name = "kyosacoaamklxawq")
suspend fun systemControls(vararg argument: suspend SystemControlArgsBuilder.() -> Unit)
@JvmName(name = "fbnyebbyynqpcced")
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.