mirror of https://github.com/docker/docs.git
Update configure-dns.md (#4201)
This commit is contained in:
parent
37983595ba
commit
cbb785bdf0
|
@ -81,7 +81,7 @@ Various container options that affect container domain name services.
|
||||||
The IP addresses passed via the <code>--dns</code> option is used by the embedded DNS
|
The IP addresses passed via the <code>--dns</code> option is used by the embedded DNS
|
||||||
server to forward the DNS query if embedded DNS server is unable to resolve a name
|
server to forward the DNS query if embedded DNS server is unable to resolve a name
|
||||||
resolution request from the containers.
|
resolution request from the containers.
|
||||||
These <code>--dns</code> IP addresses are managed by the embedded DNS server and
|
These <code>--dns</code> IP addresses are managed by the embedded DNS server and
|
||||||
will not be updated in the container's <code>/etc/resolv.conf</code> file.
|
will not be updated in the container's <code>/etc/resolv.conf</code> file.
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -108,7 +108,7 @@ Various container options that affect container domain name services.
|
||||||
DNS server and will not be updated in the container's <code>/etc/resolv.conf</code> file.
|
DNS server and will not be updated in the container's <code>/etc/resolv.conf</code> file.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See documentation for <code>resolv.conf</code> for a list of valid options
|
See documentation for <code>resolv.conf</code> for a list of valid options.
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -132,4 +132,4 @@ IPv6 Google DNS nameservers will also be added (2001:4860:4860::8888 and
|
||||||
> your DNS service on the host to listen on a non-localhost address that is
|
> your DNS service on the host to listen on a non-localhost address that is
|
||||||
> reachable from within the container.
|
> reachable from within the container.
|
||||||
|
|
||||||
> **Note**: The DNS server is always at `127.0.0.11`.
|
> **Note**: The DNS server is always at `127.0.0.11`.
|
||||||
|
|
Loading…
Reference in New Issue