Similar to chroots, I use bind mounts for containers. This is useful to give all containers access to the same /home or for distributing /etc/resolv.conf. The latter is actually a very cool use case of bind mounts... you can bind a file, not just a directory.
-- Sent from my Nexus 4. On Dec 26, 2013 10:10 AM, "Strake" <[email protected]> wrote: > On 26/12/2013, Robert P. J. Day <[email protected]> wrote: > > does anyone here use bind mounts on a regular basis, and for what? > > Not regular, but I often bind into chroot environments or with HTTP > servers who won't follow symlinks for security reasons. > _______________________________________________ > Linux mailing list > [email protected] > http://oclug.on.ca/mailman/listinfo/linux > _______________________________________________ Linux mailing list [email protected] http://oclug.on.ca/mailman/listinfo/linux
