dnsSearchDomains property

List<String>? dnsSearchDomains
final

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.

Implementation

final List<String>? dnsSearchDomains;