This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
VictoriaMetrics
Watch
1
Star
0
Fork
You've already forked VictoriaMetrics
0
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2024-11-21 14:44:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c458b521a2
VictoriaMetrics
/
deployment
/
docker
/
builder
/
Dockerfile
3 lines
37 B
Docker
Raw
Normal View
History
Unescape
Escape
deployment/docker: update Go builder from v1.13.7 to v1.13.8
2020-02-20 17:45:12 +00:00
FROM
golang:1.13.8
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.
2019-06-06 19:36:21 +00:00
STOPSIGNAL
SIGINT
Reference in a new issue
Copy permalink