Per Container UID-GID remapping

Apr 18, 2023
20
6
3
Does Proxmox Support Per container UID-GID remapping ? Under LXC you can set security.idmap.isolated=true so that every LXC container gets its own unique UID/GID on startup (from SUBUID/SUBGID). Does anyone know if proxmox has the same feature somewhere ?
 
At the moment I'm just going in for each LXC and setting it manually by lxc.idmap: etc.... then remapping the file system manually. Just curious if there was a option similair to the LXC one somewhere so I didn't need to manually do it.