docker-library/busybox

Add SIGTERM Support

nickkeane opened this issue · 1 comments

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.

https://docs.docker.com/engine/reference/commandline/stop/

😕 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.