/supervisor

Updated SupervisorD container to use as a base.

Kevin's Supervisor Base Docker Container

This repository contains Dockerfile of Supervisor for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

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

Usage

docker run -it --rm kgust/supervisor

Run with custom config directory

docker run -d -v <config-dir>:/etc/supervisor/conf.d kgust/supervisor