dnsServers

@JvmName(name = "scqcasifkasipnwe")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "fdykyigaifetrmkr")
suspend fun dnsServers(value: List<String>?)

Parameters

value

A list of DNS servers that are presented to the container. This parameter maps to `Dns` in the Create a container section of the Docker Remote API and the `--dns` option to docker run. This parameter is not supported for Windows containers.


@JvmName(name = "fuvufooibfywbsgd")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "yiyxsjejabahhlam")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "hywghpbttfpqalix")
suspend fun dnsServers(vararg values: String)

Parameters

values

A list of DNS servers that are presented to the container. This parameter maps to `Dns` in the Create a container section of the Docker Remote API and the `--dns` option to docker run. This parameter is not supported for Windows containers.