When I create an unprivileged CT, its UID/GID range will be 100000-165535. This range is then reused for all new unprivileged CTs as well.
Wouldn't it be better to use a unique range for each CT? Let's say I would like to use <CTID>00000-<CTID>65535 when I create the container with id CTID. What would be the best way to achieve this?
Wouldn't it be better to use a unique range for each CT? Let's say I would like to use <CTID>00000-<CTID>65535 when I create the container with id CTID. What would be the best way to achieve this?