|
|
@@ -19,4 +19,11 @@
|
|
|
* Grafana, Prometheus, Cadvisor, and Node-Exporter Stack
|
|
|
|
|
|
See this link for managing the swap file
|
|
|
-[https://pimylifeup.com/raspberry-pi-swap-file/]
|
|
|
+[https://pimylifeup.com/raspberry-pi-swap-file/]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Can use cron to start or stop containers
|
|
|
+https://stackoverflow.com/questions/57957442/how-can-i-stop-a-docker-container-at-a-certain-time-24h-reset#57957487
|
|
|
+0 5 * * * docker run <ID-OR-NAME> timeout 86400
|
|
|
+timeout is optional runtime in secounds
|