PS D:\WorkDir\Repository\HoneyMoose\Docker-Alpine-Supervisord> docker run -it --rm alpine-supervisord:0.0.1
2024-05-15 02:57:11,742 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2024-05-15 02:57:11,744 INFO supervisord started with pid 1
2024-05-15 02:57:12,746 INFO spawned: 'nginx_00' with pid 7
2024-05-15 02:57:13,748 INFO success: nginx_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
```
## Demo
On folder nginx-spring, we provide a demo can run nginx and spring boot application a the same docker container.
You need to copy the supervisord.conf file replace in deploy folder.