A base image for supervisord based application servers running on CentOS 6.5.
920
Based on centos 6.5
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. Therefore, a child Dockerfile should not have to upgrade centos.
To make easy use of supervisor, an inheriting Docker project should contain one or more files [SOME_NAME].conf and add those to /etc/supervisord/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/supervisord.conf.
Based on the ubuntu 12.04 LTS supervisord image created by Krijger.
Content type
Image
Digest
sha256:d9c09d5eb…
Size
128.2 MB
Last updated
almost 11 years ago
docker pull tclarke/supervisor