Files
bob-builder-1/bob
David Zuelke 00a5fc7f0b call out subprocess termination from signals
when hitting Ctrl+C in a 'docker run bob …', the main script itself actually can't be terminated by Ctrl+C, because it's PID 1

in that case, rather than just shutting down silently (by terminating itself using a SIGINT), we will see the subprocess exit (because Ctrl+C is sent to the whole process group)

When this happens, the return code of the process will be negative, to indicate that it didn't exit with that code, but instead got terminated by a signal of that (absolute) number
2020-01-15 16:53:35 +01:00
..
2017-05-30 22:48:21 +01:00
2020-01-15 02:01:38 +01:00