diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 6e9688971..39de1cc87 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -876,6 +876,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA specified, the container shares its root file system with the host. + + For directory or simple block-device backed containers, + a pathname can be used. If the rootfs is backed by a nbd + device, then nbd:file:1 specifies that + file should be attached to a nbd device, + and partition 1 should be mounted as the rootfs. + nbd:file specifies that the nbd device + itself should be mounted. overlayfs:/lower:/upper + 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 + /file to a loop device and mount the loop device. +