jeffkyjin / 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

  • ubuntu:16.04

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull kdelfour/supervisor-docker

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

Usage

docker run -it --rm kdelfour/supervisor-docker

Run with custom config directory

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

About

Docker container with supervisor and security check

License:MIT License


Languages

Language:Dockerfile 100.0%