From: Christian Brauner Date: Sat, 23 Jan 2016 23:21:54 +0000 (+0100) Subject: update overlayfs and aufs in lxc.container.conf X-Git-Tag: lxc-2.0.0.beta2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=280d237;p=thirdparty%2Flxc.git update overlayfs and aufs in lxc.container.conf Explain that multiple /lower layers can be used. Signed-off-by: Christian Brauner Acked-by: Serge E. Hallyn --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 92de571d7..5d8d89eee 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1048,7 +1048,9 @@ proc proc proc nodev,noexec,nosuid 0 0 specifies that the rootfs should be an overlay with /upper being mounted read-write over a read-only mount of /lower. aufs:/lower:/upper does the same using aufs in place - of overlayfs. loop:/file tells lxc to attach + of overlayfs. For both overlayfs and + aufs multiple /lower + directories can be specified. loop:/file tells lxc to attach /file to a loop device and mount the loop device.