dnsSearchDomains

@JvmName(name = "gnptxkuecoopmafk")
suspend fun dnsSearchDomains(value: Output<List<String>>)
@JvmName(name = "sdviqiikvrilhgpa")
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 = "xeidiypmogkhffcs")
suspend fun dnsSearchDomains(vararg values: Output<String>)


@JvmName(name = "ukrnxxgnouwqvvef")
suspend fun dnsSearchDomains(values: List<Output<String>>)
@JvmName(name = "xpfkdmnafitsamhd")
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.