diff options
author | Richard Hansen <rhansen@rhansen.org> | 2016-01-31 15:37:33 -0500 |
---|---|---|
committer | Richard Hansen <rhansen@rhansen.org> | 2016-01-31 16:30:32 -0500 |
commit | c56fc47501a55d895825f652b19e1f554169a976 (patch) | |
tree | 22b7890989c644828a9b77b48da870f0a27d269b /gitlab/exceptions.py | |
parent | 2609cbb10fd6f8a28e74e388e0053ea0afe44ecf (diff) | |
download | gitlab-c56fc47501a55d895825f652b19e1f554169a976.tar.gz |
use 'docker stop' instead of 'docker kill'
The 'stop' command first tries SIGTERM before resorting to SIGKILL,
which is a gentler way to stop processes. (SIGTERM gives processes an
opportunity to clean up before exiting; SIGKILL can't be caught so it
is very abrupt.)
Diffstat (limited to 'gitlab/exceptions.py')
0 files changed, 0 insertions, 0 deletions