I fixed the component that follows the process model. The master process takes place many times. I want to set the cgroup hierarchy inside the docker container to vary the CPU and memory limit based on each process.
Is there a way I can do this without using '--privileged' or 'CAP_SYTEM_ADMIN'?
Is there a way to make the group the container belongs to as the root of the cgroup subtype that I implement for processes? (Divide the resources allocated to the container between the processes).
linux docker linux-kernel mount
Phelodas
source share