1 頁 (共 1 頁)

prom/prometheus

發表於 : 2019-05-03 08:22:22
yehlu
https://hub.docker.com/r/prom/prometheus/
https://prometheus.io/docs/prometheus/l ... tallation/

代碼: 選擇全部

docker pull prom/prometheus
docker run -p 9090:9090 -v /tmp/prometheus.yml:/etc/prometheus/prometheus.yml \
       prom/prometheus