darkterra / supervisor-docker

Docker container with supervisor and security check

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 darkterra/supervisor-docker

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

Usage

docker run -it --rm darkterra/supervisor-docker

Run with custom config directory

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

About

Docker container with supervisor and security check

License:MIT License