mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
Add SIGINT as stopsignal to docker file (#54)
Add sigint as stopsignal to docker file. You can find more here: https://docs.docker.com/engine/reference/builder/#usage
With this change, the main process inside the container will receive SIGINT, and after a grace period, SIGKILL.
(cherry picked from commit f4e63cd070
)
This commit is contained in:
parent
11979e4d85
commit
5e51ce386e
@ -1 +1,2 @@
|
|||||||
FROM golang:1.12.5
|
FROM golang:1.12.5
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
|
Loading…
Reference in New Issue
Block a user