Commit 280d2379 by Christian Brauner Committed by Stéphane Graber

update overlayfs and aufs in lxc.container.conf

Explain that multiple /lower layers can be used. Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 410d0f6e
...@@ -1048,7 +1048,9 @@ proc proc proc nodev,noexec,nosuid 0 0 ...@@ -1048,7 +1048,9 @@ proc proc proc nodev,noexec,nosuid 0 0
specifies that the rootfs should be an overlay with <filename>/upper</filename> specifies that the rootfs should be an overlay with <filename>/upper</filename>
being mounted read-write over a read-only mount of <filename>/lower</filename>. being mounted read-write over a read-only mount of <filename>/lower</filename>.
<filename>aufs:/lower:/upper</filename> does the same using aufs in place <filename>aufs:/lower:/upper</filename> does the same using aufs in place
of overlayfs. <filename>loop:/file</filename> tells lxc to attach of overlayfs. For both <filename>overlayfs</filename> and
<filename>aufs</filename> multiple <filename>/lower</filename>
directories can be specified. <filename>loop:/file</filename> tells lxc to attach
<filename>/file</filename> to a loop device and mount the loop device. <filename>/file</filename> to a loop device and mount the loop device.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment