mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
d5c180e680
It is better developing vmctl tool in VictoriaMetrics repository, so it could be released together with the rest of vmutils tools such as vmalert, vmagent, vmbackup, vmrestore and vmauth.
6 lines
105 B
Docker
6 lines
105 B
Docker
ARG base_image
|
|
FROM $base_image
|
|
|
|
ENTRYPOINT ["/vmctl-prod"]
|
|
ARG src_binary
|
|
COPY $src_binary ./vmctl-prod
|