Fix copywriting

pull/253/head
khs1994 2017-11-27 14:31:01 +08:00
parent bdb78e3331
commit a8e5a3069f
1 changed files with 2 additions and 1 deletions

View File

@ -40,4 +40,5 @@ nameserver 8.8.8.8
`--dns=IP_ADDRESS` 添加 DNS 服务器到容器的 `/etc/resolv.conf` 中,让容器用这个服务器来解析所有不在 `/etc/hosts` 中的主机名。
`--dns-search=DOMAIN` 设定容器的搜索域,当设定搜索域为 `.example.com` 时,在搜索一个名为 host 的主机时DNS 不仅搜索 host还会搜索 `host.example.com`
注意:如果没有上述最后 2 个选项Docker 会默认用主机上的 `/etc/resolv.conf` 来配置容器。
*注意:*如果没有上述最后 2 个选项Docker 会默认用主机上的 `/etc/resolv.conf` 来配置容器。