I'm having trouble figuring out how to set permissions to edit and delete files created by an LXC container. On my host I have a user named tom. I want to allow that user to delete and edit files created by user 101000. Here is an example file
I tried to add tom to the 101000 group on the host but it does not exist. From what I'm reading there is some type of mapping between the LXC and the host but I can't quite wrap my head around it.
Code:
-rw-rw-r-- 1 101000 101000 473054718 Nov 9 02:54 test_file
I tried to add tom to the 101000 group on the host but it does not exist. From what I'm reading there is some type of mapping between the LXC and the host but I can't quite wrap my head around it.