create-lx-container.sh: add entry in LXC configuration to support fuse filesystem.

This commit is contained in:
Christoph 2021-05-02 23:19:57 +02:00
parent 4beab46951
commit d5533ffb7e

View File

@ -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