From fd5bbd43f0f2aad6e4b3ac0f422cdd9a3ae600e5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 Apr 2022 00:28:33 +0200 Subject: index.html: add Docker status section --- index.html | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) diff --git a/index.html b/index.html index e12adeb..018e021 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,15 @@ } h1, .h1 { margin-top: 20px; +} +td > code { + color: inherit; +} +.mark-success { + color: #00d100; +} +.mark-failure { + color: red; } @@ -36,6 +45,11 @@ h1, .h1 {

           
           
+

docker ps -a

+
+
No data has been loaded yet.
+
+

systemctl --system list-units --failed


@@ -64,6 +78,37 @@ h1, .h1 {