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

Debian Debian
RUN apt-get update && \ apt-get install -y supervisor
Ubuntu
RUN apt-get update && \ apt-get install -y supervisor
Alpine
RUN apk add supervisor
Arch Arch Linux
RUN pacman -S --noconfirm supervisor
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y supervisor
Fedora
RUN dnf install -y supervisor
Raspbian
RUN apt-get update && \ apt-get install -y supervisor
click the source code to copy install supervisorctl on any operating system with command-not-found.com