supervisord
Supervisor is a client/server system for controlling some processes on UNIX-like operating systems. Supervisord is the server part of supervisor; it is primarily managed via a configuration file. 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