<div dir="ltr">Thanks for the answer. I was not sure if there is some subtle difference between alternatives 1) and 2).<div><br></div><div>Is 1) applied before 2) or vice versa?<br><div><br></div><div>Best regards,</div><div><br></div><div>BB</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 20, 2014 at 9:10 PM, Stéphane Graber <span dir="ltr"><<a href="mailto:stgraber@ubuntu.com" target="_blank">stgraber@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Dec 20, 2014 at 09:00:50PM +0100, BB wrote:<br>
> Hi,<br>
><br>
> is there any significant difference between the configuration of mounts in<br>
> the container's fstab file versus lxc.mount.entry entries in the<br>
> container's config file?<br>
> I am currently using only the former method.<br>
><br>
> Best regards,<br>
><br>
> BB<br>
<br>
</div></div>So there are at least three ways you can handle mounts in a container:<br>
1) Use lxc.mount.entry in the container's config<br>
2) Use lxc.mount pointing to a file on the host<br>
3) Use /etc/fstab inside the container's rootfs<br>
<br>
1) and 2) are essentially identical as any entry in the fstab-like file<br>
pointed to by lxc.mount is parsed using the same parse as<br>
lxc.mount.entry.<br>
<br>
3) Is different in that it's the parser in the rootfs which will process<br>
this and do any required mounts. In this case, your mounts may be<br>
rejected due to apparmor, selinux, seccomp or user namespaces<br>
restrictions and also will not allow you to bind-mount resources from<br>
the host.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Stéphane Graber<br>
Ubuntu developer<br>
<a href="http://www.ubuntu.com" target="_blank">http://www.ubuntu.com</a><br>
</font></span><br>_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br></blockquote></div><br></div>