diff options
| -rw-r--r-- | images/installer/system-container/root/exports/config.json.template | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/images/installer/system-container/root/exports/config.json.template b/images/installer/system-container/root/exports/config.json.template index 383e3696e..718ce1d53 100644 --- a/images/installer/system-container/root/exports/config.json.template +++ b/images/installer/system-container/root/exports/config.json.template @@ -171,6 +171,16 @@              ]          },          { +            "destination": "/etc/resolv.conf", +            "type": "bind", +            "source": "/etc/resolv.conf", +            "options": [ +                "ro", +                "rbind", +                "rprivate" +            ] +        }, +        {              "destination": "/sys/fs/cgroup",              "type": "cgroup",              "source": "cgroup",  | 
