miracle2k / dockerfiles

Some of my dockerfiles.
43 stars 34 forks source link

exim-sender can't be used with supervisord #4

Closed slr71 closed 9 years ago

slr71 commented 9 years ago

This is happening because supervisord sends a SIGTERM to the command. The signal terminates the process running the /exim command, but the child process running the xtail command stays alive. The result is that the container does not exit, and it is necessary to use docker kill to get the container to exit.

miracle2k commented 9 years ago

See #5.