Alpine Docker image running Supervisor: Process Control System
docker run \
--name supervisor \
-e INIT_DIR=/init.d \
-v ./init:/init.d:ro \
-v supervisor-app.ini:/etc/supervisor.d/supervisor-app.ini:ro \
--detach \
--restart always \
scalified/supervisor| Environment Variable | Description | Default Value |
|---|---|---|
INIT_DIR |
Specifies the directory containing initialization scripts to be executed before supervisord starts |
/init.d |
Made with ❤️ by Scalified