Skip to content

Commit cb5a060

Browse files
committed
docs: add Docker run example image to README
1 parent ad020b9 commit cb5a060

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ It supports both standard text and JSON output.
1616

1717
---
1818

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+
1929
## 🚀 Quick Start (Local)
2030

2131
```bash
@@ -42,6 +52,7 @@ DISK: used=3458965504/1081101176832 (0.32%)
4252
NET: total_rx=290 total_tx=42
4353
UPTIME: 21000s
4454
```
55+
4556
---
4657

4758
## 🐳 Docker

0 commit comments

Comments
 (0)