>From the host's perspective, the "/capsules_mnt/cap_a" points to the mount point for the capsule cap_a. This is the location where the root file system of the specific container exists.<br><br><div>I need the "capsules_mnt" directory to differentiate, between different containers on the host. I have tried creating a "/shared_capsule_a" directory and mount it directly; but it doesnt solve the original problem of mount points being blown away.</div><div><br></div><div>Thanks,</div><div><br></div><div>-Shivraj</div><br><div class="gmail_quote">On Fri Nov 21 2014 at 6:06:47 AM Serge Hallyn <<a href="mailto:serge.hallyn@ubuntu.com">serge.hallyn@ubuntu.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Does it change anything if you change these to:<br>
<br>
none dev/pts devpts defaults 0 0<br>
none proc    proc defaults 0 0<br>
none sys     sysfs defaults 0 0<br>
/shared/cap_a/ shared none bind 0 0<br>
<br>
?<br>
</blockquote></div>