From 280d23796c0a8140408b5fdfb50cf3a9926b4e26 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 24 Jan 2016 00:21:54 +0100 Subject: [PATCH] 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 --- doc/lxc.container.conf.sgml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.