R3.0
I want centralized installation of vim plugins to all VMs, and think that it might be doable this way: I create /home_1 in templateVM, and using aufs mount /home to union of /rw/home and /home_1 in appVMs (like
this but with rw), so everything that I will install to /home_1 will be installed in all appVMs based on that template. Will this work fine? I see that there is already /home_volatile, that might be there for the same purpose. What is it actually for?