chkconfig
Manage the runlevel of services on CentOS 6. More information: <https://manned.org/chkconfig>.
RUN apt-get update && \
apt-get install -y chkconfig
RUN yum install -y chkconfig
RUN dnf install -y chkconfig
RUN apt-get update && \
apt-get install -y chkconfig