Install Prometheus using docker

Everton Araújo
Jan 17, 2022

Before installing prometheus

Keep in mind — install docker-desktop on your machine or on your server.

The process is very simple to run the container, keep something in mind about the configuration

Docker run — To run docker
— name : Name of your container
-d : to run in background
-p : port of your computer that will connect to your container (9090:9090)
— image name: prom/prometheus

Finish and open your browser and done!

Thats All Folks….. :)

--

--