dnsSearchDomains

@JvmName(name = "cnjdgjucqvpwnfay")
suspend fun dnsSearchDomains(value: Output<List<String>>)
@JvmName(name = "dokenbeqiqwumijl")
suspend fun dnsSearchDomains(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "lnanbpvtdtlplexu")
suspend fun dnsSearchDomains(values: List<Output<String>>)
@JvmName(name = "bmbocpwrggopahky")
suspend fun dnsSearchDomains(vararg values: String)

Parameters

values

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