Skip to content

madskonradsen/docker-centos-supervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CentOS 7 Docker-image with Supervisor

Circle CI Docker Pulls

https://hub.docker.com/r/madskonradsen/centos-supervisor

docker pull madskonradsen/centos-supervisor

It's built on top of the centos:centos7 image which only adds 20MB.

Features

  • Supervisord loads its services from /etc/supervisor.d/. Add configurations in there to have them launched by simply adding entries to your Dockerfile. For example: ADD myService.conf /etc/supervisord.d/myService.conf
  • All scripts inside /config/init/*.sh are runned automatically on startup before supervisord
  • Can be launched with both in detached and interactive mode and runs all commands passed to it

About

CentOS 7 Docker-image with Supervisor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published