systemControls

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


@JvmName(name = "mfovbmrmmrolplbp")
suspend fun systemControls(values: List<Output<SystemControlArgs>>)
@JvmName(name = "buraokolkvpkjjgq")
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 = "riuonhkoxaeiosrx")
suspend fun systemControls(argument: List<suspend SystemControlArgsBuilder.() -> Unit>)
@JvmName(name = "bjysancxdcwyrvtp")
suspend fun systemControls(vararg argument: suspend SystemControlArgsBuilder.() -> Unit)
@JvmName(name = "jipofqnupjdiexwr")
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.