Hi,
On a 3rd party and specific LXC container, I'm in need of mounting a R/W data directory on the host as follows:
Could I achieve this through container mount point?
Sorry for the noob question.
Thanks,
m.
On a 3rd party and specific LXC container, I'm in need of mounting a R/W data directory on the host as follows:
Code:
lxc.mount.entry = {DATA_DIR} data none bind,create=dir 0 0
Could I achieve this through container mount point?
Sorry for the noob question.
Thanks,
m.