cgcreate
Create cgroups, used to limit, measure, and control resources used by processes. cgroups types can be memory, cpu, net_cls, etc. More information: <https://manned.org/cgcreate>.
RUN apt-get update && \
apt-get install -y cgroup-tools
RUN apt-get update && \
apt-get install -y cgroup-tools
RUN apt-get update && \
apt-get install -y cgroup-tools
RUN yum install -y libcgroup
RUN dnf install -y libcgroup-tools
RUN apt-get update && \
apt-get install -y cgroup-tools