How to share a folder between containers [message #42129] |
Wed, 02 March 2011 20:38  |
Tipika
Messages: 3 Registered: March 2011
|
Junior Member |
|
|
I want to share a directory from an OpenVZ container to another container, how I could do that?
1. do a symlink from /vz/private/109/common-stuff to /vz/private/108/common-stuff ?
2. bind mount /vz/private/109/common-stuff to /vz/root/108/common-stuff ?
3. Share the directory with samba from the container, mount on the host, then bind mount to /vz/root/108/common-stuff ?
|
|
|