Available on the [Docker index] (https://index.docker.io/) as quintenk/supervisor
Based on ubuntu 12.04 LTS
Supervisor is a linux process manager (Supervisor website). It allows us to start containers with e.g.
This image is intended to be built on and is the base image for all recipes in this project. Therefore, a child Dockerfile should not have to upgrade ubuntu.
To make easy use of supervisor, an inheriting Docker project should contain one or more files [SOME_NAME].conf and add those to /etc/supervisor/conf.d in the Dockerfile. Note that you can find examples of such files in this repositories projects. Personally, I name all my supervisor configuration file [SERVICE].sv.conf for clarity.
To run supervisor, you can add CMD supervisord -c /etc/supervisor.conf.
Content type
Image
Digest
sha256:3938aeabf…
Size
131.2 MB
Last updated
almost 11 years ago
docker pull quintenk/supervisor