mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
![Seua Polyakov](/assets/img/avatar_default.png)
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
)
2 lines
37 B
Docker
2 lines
37 B
Docker
FROM golang:1.12.5
|
|
STOPSIGNAL SIGINT
|