Supervisor based (Arch)container
312
This build creates an Archlinux container with Supervisor support
Download a prebuilt image from the registry.
docker pull lucacesari/supervisor
Build it by hand.
docker build -t="lucacesari/supervisor" github.com/lucacesari/docker-supervisor
FROM lucacesari/supervisor
Configure your application.
Copy your Supervisor application configuration (.ini file) in /etc/supervisor.d.
ADD your_application.ini /etc/supervisor.d/your_application.ini
Content type
Image
Digest
sha256:2871170fe…
Size
120.2 MB
Last updated
almost 11 years ago
docker pull lucacesari/supervisor