Coder Social home page Coder Social logo

alpine-supervisord-docker's Introduction

Supervisor image running on Alpine Linux

A lightweight Docker image running Supervisor on Alpine Linux to monitor processes. Supervisor makes it easy to run and monitor multiple processes.

An onbuild image can be used to copy the supervisord.conf to container.

Usage

Pulling the images from Dockerhub:

docker pull enil/alpine-supervisord
docker pull enil/alpine-supervisord-onbuild

supervisord needs a configuration file to run, by default the container looks at /etc/supervisord.conf. A Dockerfile could look like this:

FROM enil/alpine-supervisord
COPY supervisord.conf /etc/supervisord.conf

Then build and run the image:

docker build -t mysupervisord .
docker run -d mysupervisord

The enil/alpine-supervisord-onbuild image simplifies the process by adding an ONBUILD task to copy a configuration file called supervisord.conf in the same directory as the Dockerfile. This further simplifies the Dockerfile:

FROM enil/alpine-supervisord

Changelog

0.2

  • Upgrade Alpine Linux to v3.4
  • Upgrade Python to v2.7.12
  • Upgrade pip to v.8.1.2
  • Upgrade Supervisor to v3.3.0

0.1.1

  • Change Dockerfile to 1.9 syntax to work on Dockerhub

0.1

  • Initial release

alpine-supervisord-docker's People

Contributors

enil avatar cjwilburn avatar

Watchers

James Cloos avatar 윤병익 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.