Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 968 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 968 Bytes

Supervisor Dockerfile

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 sangargeo/supervisor

    (alternatively, you can build an image from Dockerfile: docker build -t="sangargeo/supervisor" https://github.com/sangargeo/supervisor)

Usage

docker run -it --rm sangargeo/supervisor

Run with custom config directory

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