Hi,
I have a question regarding UID/GID mapping for unprivileged containers after reading the wiki page(https://pve.proxmox.com/wiki/Unprivileged_LXC_containers):
1: Document says for a lxc, its uid/gid is mapped to host uid/gid starting at 100000. If I create 2 containers(call them ct0 and ct1), would ct1's uid/gid also map to host uid/gid starting at 100000? or would it follow ct0's range? i.e. is the following table correct?
I have a question regarding UID/GID mapping for unprivileged containers after reading the wiki page(https://pve.proxmox.com/wiki/Unprivileged_LXC_containers):
1: Document says for a lxc, its uid/gid is mapped to host uid/gid starting at 100000. If I create 2 containers(call them ct0 and ct1), would ct1's uid/gid also map to host uid/gid starting at 100000? or would it follow ct0's range? i.e. is the following table correct?
container | container uid/gid | host uid/gid |
ct0 | 0 - 65535 | 100000 - 165535 |
ct1 | 0 - 65535 | 165536 - 231071 |