From be64216f19d4a8a807b71d37faf6236dc5ec0f2a Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 12 Dec 2016 10:59:56 -0800 Subject: [PATCH] Document rkt --dns={host,none} --- website/source/docs/drivers/rkt.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index b27549869..eb8995012 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -64,7 +64,9 @@ The `rkt` driver supports the following configuration in the job spec: reachable from the box running the nomad agent. If not specified, the image is run without verifying the image signature. -* `dns_servers` - (Optional) A list of DNS servers to be used in the containers. +* `dns_servers` - (Optional) A list of DNS servers to be used in the container. + Alternatively a list containing just `host` or `none`. `host` uses the host's + `resolv.conf` while `none` forces use of the image's name resolution configuration. * `dns_search_domains` - (Optional) A list of DNS search domains to be used in the containers.