mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00

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.
2 lines
37 B
Docker
2 lines
37 B
Docker
FROM golang:1.12.5
|
|
STOPSIGNAL SIGINT
|