prosody / prosody-docker

Docker image building system for the Prosody XMPP server
https://hub.docker.com/r/prosody/prosody/
146 stars 49 forks source link

Use tini as PID 1 inside the container #69

Closed horazont closed 3 years ago

horazont commented 3 years ago

tini 1 is a minimalistic PID 1 process. It correctly handles the special jobs which PID 1 (or a reaper process in general) needs to take care of in addition to correctly processing the relevant signals.

Fixes #68.

Zash commented 3 years ago

Works, thanks!