Dennis Carr:
> On Tue, 26 Sep 2017 21:21:56 +0200
> A Debian User <[email protected]> wrote:
>
> > Hello,
> >
> > I am currently having trouble to get postfix running in a Docker
> > Container.
> >
> > Docker requires a Process to stay alive and in foreground at ID 1, if
> > not the container dies.
>
> I don't know much about Docker, but would it be possible to just start
> a shell script therein that pretty much does nothing, e.g. 'while true
> ()' as PID 1?
The Docker approach complicates Postfix multi-instance support so
we may have to forego that. What remains is to determine that Docker
shutdown, i.e. yanking the container from under a running Postfix
system, will be no worse than an ordinary system crash, i.e. it
should not result in loss of email.
Wietse