Sign inSign up

quintenk/supervisor

By quintenk

Updated almost 11 years ago

Image
7

1.5K

quintenk/supervisor repository overview

Supervisor (a Docker image)

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.

  • multiple processes
  • a deamon / background process
  • launch groups of processes in a specific order
  • and more advanced stuff

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.

Tag summary

Content type

Image

Digest

sha256:3938aeabf

Size

131.2 MB

Last updated

almost 11 years ago

docker pull quintenk/supervisor