Rebound: auto-restarting processes in containers

I just added rebound as a automatic process restarter for use in Docker containers, mostly because I had a need for it and could not find an existing implementation. It is, like gosu and tini, intended to be used inside Docker containers and is used to automatically restart a process, typically a daemon. Rebound will …
Continue reading Rebound: auto-restarting processes in containers