Add SIGTERM Support
nickkeane opened this issue · 1 comments
nickkeane commented
Docker expects containers to respond to SIGTERM to shut down safely. It currently looks like the busybox container is getting shut down after 10 seconds on my server.
yosifkit commented
😕 busybox
is just a collection of tools, so depending on what you are running it may or may not respond to a SIGTERM
. There isn't anything we could do in the image for that.