A Supervisord Dockerfile with sensible defaults to those given by echo_supervisord_conf
582
A supervisor Dockerfile with sensible defaults
This image uses all the defaults setup by running echo_supervisord_conf, but with the following changes.
| config | value |
|---|---|
pidfile | /var/run/supervisord.pid |
logfile | /var/log/supervisor/supervisord.log |
childlogdir | /var/log/supervisor/ |
[include] | /etc/supervisord.d/*.conf |
To add additional supervisor configurations to this container, mount the volume for your .conf into /etc/supervisord.d/.
To add your own supervisord.conf, mount the volume at /etc/supervisord.conf.
Content type
Image
Digest
Size
26.9 MB
Last updated
over 6 years ago
docker pull cricketeerone/supervisor