mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
8 lines
237 B
Docker
8 lines
237 B
Docker
# Cannot use busybox image since Prometheus depends on libc.
|
|
FROM base
|
|
|
|
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
|
EXPOSE 9090
|
|
ENTRYPOINT ["/opt/prometheus/run_prometheus.sh"]
|
|
ADD .build/package/ /opt/prometheus
|