進程管理工具(supervision)

 

Traditionally a Docker container runs a single process when it is launched
Run multiple services => Service Supervision

 


常見的 service supervision

 

  • systemd - a replacement for the init daemon for Linux
  • sysvinit
  • procd - OpenWRT
  • supervisord
  • s6
  • daemontools
  • runit - a replacement for sysvinit
  • PM2 - node.js
  • monit

 


 

Creative Commons license icon Creative Commons license icon