Sign inSign up

lucacesari/supervisor

By lucacesari

Updated almost 11 years ago

Supervisor based (Arch)container

Image
0

312

lucacesari/supervisor repository overview

Archlinux with Supervisor

This build creates an Archlinux container with Supervisor support

Installation

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

Usage

  • Set this container as base image in your Dockerfile.
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

Tag summary

Content type

Image

Digest

sha256:2871170fe

Size

120.2 MB

Last updated

almost 11 years ago

docker pull lucacesari/supervisor