-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trap sigterm to exit container faster #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We think there is a better way to do this, let me pull up some of my old run.sh files
Codecov Report
@@ Coverage Diff @@
## master #206 +/- ##
=======================================
Coverage 82.76% 82.76%
=======================================
Files 44 44
Lines 1300 1300
=======================================
Hits 1076 1076
Misses 224 224 Continue to review full report at Codecov.
|
@marcoceppi I hope there is. This felt a little janky to me, but it worked, so its got that going for it. |
It is embarrassing how annoying this is in Docker. I've used this in a lot of projects; just carrying it around from code to code.
My Dockerfile ends up like this
|
closing this in preference of #207 (which also simplifies the image build process) |
fixes #205