Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

darkterra/supervisor-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published