klokantech/supervisord

By klokantech

Updated about 8 years ago

Supervisor: A Process Control System (version able to use environment variables in the config)

Image

921

Supervisord in Docker

This image is derived from Debian stable and adds supervisor to start and manage processes. In your derived images, copy supervisor configuration files for your services to /etc/supervisord/conf.d/. You can use environment variable expasion via %(ENV_VARIABLE) in the configuration. Supervisor writes all logs into /var/log/supervisord/.

Docker Pull Command

docker pull klokantech/supervisord