Quoting Daniel Farina ([email protected]):
> Hello list,
> 
> I've been scouring The Internet on and off for this, but have not come
> to a conclusion:
> 
> Does a linux host running LXC share code maps between containers? e.g.
> redundant read-only maps to the same .so or /bin/foo, as defined by an
> equivalent hardlink?

Yes, if you do bind-mount read-only /lib onto /var/lib/lxc/vm1/rootfs/lib,
which is what (IIUC) you are describing, then a lookup on
/var/lib/lxc/vm1/rootfs/lib will point you to /lib.

-serge

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Lxc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to