dockerized_nfs_server icon indicating copy to clipboard operation
dockerized_nfs_server copied to clipboard

SIGTERM is not handled

Open bronger opened this issue 6 years ago • 0 comments

The entrypoint run.sh ignores TERM signals. As a simple fix, one can change the last lines to

sleep infinity &
wait

This does not avoid all possible races but covers 99% of the real-world cases. See https://unix.stackexchange.com/a/444676 for the full story.

bronger avatar Aug 07 '18 20:08 bronger