cgexec

Limit, measure, and control resources used by processes. Multiple cgroup types (aka controllers) exist, such as cpu, memory, etc. More information: <https://manned.org/cgexec>.

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 cgexec on any operating system with command-not-found.com