Merge pull request #2064 from davidxia/patch1

Fix typo in networking docs
This commit is contained in:
John Mulhausen 2017-03-02 11:06:28 -08:00 committed by GitHub
commit a54a0cce8d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Four different options affect container domain name services.
<code>--dns=IP_ADDRESS...</code>
</p></td>
<td><p>
Sets the IP addresses added as <code>server</code> lines to the container's
Sets the IP addresses added as <code>nameserver</code> lines to the container's
<code>/etc/resolv.conf</code> file. Processes in the container, when
confronted with a hostname not in <code>/etc/hosts</code>, will connect to
these IP addresses on port 53 looking for name resolution services. </p></td>