Sign inSign up

inanimate/supervisor

By inanimate

•Updated almost 11 years ago

Image
0

478

inanimate/supervisor repository overview

⁠Supervisor Dockerfile

This repository contains Dockerfile of Supervisor⁠ for Docker⁠'s automated build⁠ published to the public Docker Hub Registry⁠.

This repo contains the Dockerfile for a supervisor base container for most general projects needing multi-process management inside their containers. This repo was created in response to the "dockerfile" project being deprecated and there being no official supervisor image on the public registry/library.

⁠Base Docker Image
⁠Installation
  1. Install Docker⁠.

  2. Download automated build⁠ from public Docker Hub Registry⁠: docker pull inanimate/supervisor

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

⁠Usage
docker run -it --rm inanimate/supervisor
⁠Run with custom config directory
docker run -d -v <config-dir>:/etc/supervisor/conf.d inanimate/supervisor

Tag summary

Content type

Image

Digest

sha256:3afc11640…

Size

70.5 MB

Last updated

almost 11 years ago

docker pull inanimate/supervisor