dnsServers property

List<String>? dnsServers
final

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.

Implementation

final List<String>? dnsServers;