From 142e4a95bb2e387dba839d9a60e3c21176ffc029 Mon Sep 17 00:00:00 2001
From: David Xia
Date: Thu, 2 Mar 2017 13:23:27 -0500
Subject: [PATCH] Fix typo in networking docs
should be "nameserver" instead of "server."
---
engine/userguide/networking/default_network/configure-dns.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/engine/userguide/networking/default_network/configure-dns.md b/engine/userguide/networking/default_network/configure-dns.md
index 4ecbc724f0..bc95ca66ca 100644
--- a/engine/userguide/networking/default_network/configure-dns.md
+++ b/engine/userguide/networking/default_network/configure-dns.md
@@ -71,7 +71,7 @@ Four different options affect container domain name services.
--dns=IP_ADDRESS...
- Sets the IP addresses added as server lines to the container's
+ Sets the IP addresses added as nameserver lines to the container's
/etc/resolv.conf file. Processes in the container, when
confronted with a hostname not in /etc/hosts , will connect to
these IP addresses on port 53 looking for name resolution services. |