mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +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 []
|