# Docker

[Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) will allow you to run the required monitoring applications with a few commands. These instructions will run the following:

* [Grafana](https://grafana.com/oss/grafana/) on port `3000`: An open source interactive analytics dashboard.
* [Prometheus](https://www.prometheus.io/) on port `9090`: An open source metric collector.
* [Node Exporter](https://github.com/prometheus/node_exporter) on port `9100`: An open source hardware metric exporter.
