Install Prometheus Exporter
Use the following commands to install the exporter into newly minted containers (or existing ones, whatever)
apt update
apt install prometheus-node-exporter -y
systemctl enable --now prometheus-node-exporter
systemctl status prometheus-node-exporter
Don't forget to update the Prometheus config on the machine running it!
My config is located at /etc/prometheus/prometheus.yml