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>.

Debian Debian
RUN apt-get update && \ apt-get install -y cgroup-tools
Ubuntu
RUN apt-get update && \ apt-get install -y cgroup-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cgroup-tools
CentOS
RUN yum install -y libcgroup
Fedora
RUN dnf install -y libcgroup-tools
Raspbian
RUN apt-get update && \ apt-get install -y cgroup-tools
click the source code to copy install cgcreate on any operating system with command-not-found.com