This repository is used for building a Docker image containing Supervisor
docker pull scalified/supervisor
/etc/supervisor.d
docker build . -t scalified/supervisor:<tag>
-
Pulling from Dockerhub and launching:
docker run -it scalified/supervisor /bin/sh
-
Launching the built image with tag:
docker run -it <tag> /bin/sh