A basic setup with typical utitlity packages running supervisord.
docker run -d vinelab/basedocker run -i -t --rm vinelab/base bashTo add a service to be managed by supervisor mount an .ini file containing program(s) configuration to
/etc/supervisord.d/ and use docker exec to manage the supervisorctl.
Viewing the status over HTTP requires the inet http server of supervisor to run and
expose itself on port 9001 and this is the default behavior of this container.
Run exposing supervisor's HTTP status server port
docker run -d -p 9001:9001 vinelab/basehttp://[docker host]:9001Content type
Image
Digest
sha256:fa4feed37…
Size
124.2 MB
Last updated
almost 11 years ago
docker pull vinelab/base