Image to run Prometheus on Alpine Linux. #VAIIII
500K+
# docker container run -d --name prometheus -p 9090:9090 linuxtips/prometheus_alpine
Open http://your_ip:9090 to access the interface of Prometheus.
# docker container logs -f <container_id>
# docker service create --name prometheus -p 9090:9090 linuxtips/prometheus_alpine
Content type
Image
Digest
Size
44 MB
Last updated
over 7 years ago
docker pull linuxtips/prometheus_alpine