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.
Install Docker.
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)
docker run -it --rm inanimate/supervisor
docker run -d -v <config-dir>:/etc/supervisor/conf.d inanimate/supervisor
Content type
Image
Digest
sha256:3afc11640…
Size
70.5 MB
Last updated
almost 11 years ago
docker pull inanimate/supervisor