LXC questions

belrpr

Member
Aug 9, 2017
48
7
6
40
Hi,

I have somequestion about LXC:

1. Is it possible to share users over containers.
What I mean is this:
I got 2 LXC containers A and B.
I create a new user USER1 on lxc A.

LXC containers both have a mount point to /ZFSTANK/
LXC container A with USER1 put files on the ZFSTANK.

How can LXC container B get the same user so I don't have to chmod 777 or chown user:user in the LXC container B.

2. Why can't I snapshot a LXC with a mountpoint?
I understand that it wouldn't snapshot the data on the mointpoint.