浏览代码

Update applications.md

Håvard O. Nordstrand 5 年之前
父节点
当前提交
0f66d01c82
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/linux-general/applications.md

+ 1 - 0
config/linux-general/applications.md

@@ -18,6 +18,7 @@ breadcrumbs:
     - Run `update-grub` and reboot.
 1. Configure `/etc/docker/daemon.json`:
     - Set DNS servers: `"dns": ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"]`
+        - If not set, containers will use `8.8.8.8` and `8.8.4.4` by default.
     - (Optional) Disable automatic IPTables rules: `"iptables": false`
     - Enable IPv6: `"ipv6": true`
     - Set IPv6 default subnet: `"fixed-cidr-v6": <64-prefix>`