Hi,

an easy way is to use lxc.mount.entry with bind in the config file of the container. An example could be the following line:

lxc.mount.entry = /path/to/directory/in/host path/to/directory/in/container none bind,create=dir 0 0

Note the missing '/' at the beginning of the target path in order to set it relatively to the container. To be able to 'rw' in this directory, be sure to chown it with the appropriate uid:gid.

Xavier

Le 08/09/2015 21:25, SIVA SUBRAMANIAN.P a écrit :
Hi,
I want to mount some dir as rw into the container, but I'm not able to
do with mount entry as rw in the lxc config file. Any inputs will be
helpful for me.

Regards,
Sivasubramanian


_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to