mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
7f4fb34182
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.
7 lines
105 B
Docker
7 lines
105 B
Docker
ARG base_image
|
|
FROM $base_image
|
|
|
|
ENTRYPOINT ["/vmctl-prod"]
|
|
ARG src_binary
|
|
COPY $src_binary ./vmctl-prod
|