[lxc-users] Mounting as rw into container

2015-09-08 Thread SIVA SUBRAMANIAN.P
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 lxc-users@lists.linuxcontainers.org

Re: [lxc-users] Mounting as rw into container

2015-09-08 Thread Xavier Gendre
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