create-lx-container.sh: add entry in LXC configuration to support fuse filesystem.
This commit is contained in:
parent
4beab46951
commit
d5533ffb7e
@ -1209,6 +1209,14 @@ EOF
|
||||
lxc.apparmor.profile = unconfined
|
||||
|
||||
|
||||
# support fuse (filesystem in userspace)
|
||||
#
|
||||
# fuse-overlayfs package must be installed both on host and
|
||||
# inside container
|
||||
#
|
||||
lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file 0 0
|
||||
|
||||
|
||||
# Autostart
|
||||
lxc.start.auto = 1
|
||||
lxc.start.delay = 5
|
||||
@ -1368,6 +1376,14 @@ EOF
|
||||
#lxc.apparmor.profile = unconfined
|
||||
|
||||
|
||||
# support fuse (filesystem in userspace)
|
||||
#
|
||||
# fuse-overlayfs package must be installed both on host and
|
||||
# inside container
|
||||
#
|
||||
lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file 0 0
|
||||
|
||||
|
||||
# Autostart
|
||||
lxc.start.auto = 1
|
||||
lxc.start.delay = 5
|
||||
|
Loading…
Reference in New Issue
Block a user