supervisorctl
Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface. More information: <http://supervisord.org>.
RUN apt-get update && \
apt-get install -y supervisor
RUN apt-get update && \
apt-get install -y supervisor
RUN apk add supervisor
RUN pacman -S --noconfirm supervisor
RUN apt-get update && \
apt-get install -y supervisor
RUN dnf install -y supervisor
RUN apt-get update && \
apt-get install -y supervisor