We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad020b9 commit cb5a060Copy full SHA for cb5a060
README.md
@@ -16,6 +16,16 @@ It supports both standard text and JSON output.
16
17
---
18
19
+### 🐳 Run in Docker (Example Output)
20
+
21
+You can easily run **sysinfo-cli** directly from Docker:
22
23
+```bash
24
+docker run --rm mircothibes/sysinfo-cli:latest --json | jq
25
+```
26
27
+---
28
29
## 🚀 Quick Start (Local)
30
31
```bash
@@ -42,6 +52,7 @@ DISK: used=3458965504/1081101176832 (0.32%)
42
52
NET: total_rx=290 total_tx=42
43
53
UPTIME: 21000s
44
54
```
55
45
56
46
57
47
58
## 🐳 Docker
0 commit comments