浏览代码

Update applications.md

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

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

@@ -17,7 +17,8 @@ breadcrumbs:
     - In `/etc/default/grub`, add `cgroup_enable=memory swapaccount=1` to `GRUB_CMDLINE_LINUX`.
     - Run `update-grub` and reboot.
 1. Configure `/etc/docker/daemon.json`:
-    - Enable IPv6: `"ipv6": true` and `"fixed-cidr-v6": <some-subnet>`
+    - Enable IPv6: `"ipv6": true` and `"fixed-cidr-v6": "<ipv6-subnet>/64"`
+        - Note that IPv6 it not NATed like IPv4 is in Docker.
     - 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`