Start a prometheus server
use follow command, to run a prometheus server by docker container
docker run --name prometheus -p 9090:9090 -v /etc/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus
edit the config to find your nodeExporter
scrape_configs:
...
joengtou.hashnode.dev1 min read