dockerfile / supervisor

Supervisor Dockerfile for trusted automated Docker builds.

Home Page:http://dockerfile.github.io/#/supervisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Usage

docker run -it --rm dockerfile/supervisor

Run with custom config directory

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

About

Supervisor Dockerfile for trusted automated Docker builds.

http://dockerfile.github.io/#/supervisor

License:MIT License


Languages

Language:Shell 100.0%