conf/debian-jessie: Allow all containers to use fuse
See upstream commit: lxc-1.1.0-9-ga38e3e3 [config: Allow all containers to use fuse]
This commit is contained in:
parent
66bd623a93
commit
bb0c56ea9c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ lxc.pivotdir = lxc_putold
|
||||||
|
|
||||||
# Default mount entries
|
# Default mount entries
|
||||||
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
|
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
|
||||||
|
lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0
|
||||||
|
|
||||||
# Default console settings
|
# Default console settings
|
||||||
lxc.tty = 4
|
lxc.tty = 4
|
||||||
|
|
Loading…
Reference in a new issue