This repository contains Dockerfile of Supervisor for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull kgust/supervisor
(alternatively, you can build an image from Dockerfile:
docker build -t="kgust/supervisor" github.com/kgust/supervisor
)
docker run -it --rm kgust/supervisor
docker run -d -v <config-dir>:/etc/supervisor/conf.d kgust/supervisor