mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 19:26:13 +00:00
8 lines
195 B
Docker
8 lines
195 B
Docker
FROM prom/prometheus
|
|
MAINTAINER Marcin Wielgus <mwielgus@google.com>
|
|
|
|
COPY ./run_prometheus.sh /prometheus/run_prometheus.sh
|
|
|
|
ENTRYPOINT ["/bin/sh", "/prometheus/run_prometheus.sh"]
|
|
CMD []
|