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