This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalRelease v0.1.0 of RGJorge/containerflow adds a real-time Docker architecture visualizer, historical CPU/RAM stats in SQLite, Discord notifications with persistent logs, per‑container alert thresholds, and multi‑user access control via ALLOWED_PATHS.
Why it matters: Evaluate the new features for monitoring and collaboration; test the visualizer and notification workflows in a dev environment before production adoption. No mandatory migration or security patch is required.
Summary
AI summaryReal-time Docker architecture visualizer with CPU/RAM stats, Discord notifications, and multi-user access control.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Real-time Docker architecture visualizer (interactive graph view) Real-time Docker architecture visualizer (interactive graph view) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Discord notifications + in-app notification log (persistent, read/unread) Discord notifications + in-app notification log (persistent, read/unread) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Multi-user access control via ALLOWED_PATHS (lock icon for non-accessible) Multi-user access control via ALLOWED_PATHS (lock icon for non-accessible) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Best-practice warnings when containers run without memory limit, CPU limit, or restart policy Best-practice warnings when containers run without memory limit, CPU limit, or restart policy Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Volume/mount inspection in DetailPanel (type, source, destination, rw/ro) Volume/mount inspection in DetailPanel (type, source, destination, rw/ro) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Per-container thresholds for CPU/MEM alerts (overrides global) Per-container thresholds for CPU/MEM alerts (overrides global) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Memory calculation excludes reclaimable page cache (more accurate than docker stats for DB containers) Memory calculation excludes reclaimable page cache (more accurate than docker stats for DB containers) Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Dependency | Medium |
Bun + Hono + React 19 + @xyflow/react stack (~80 MB RAM, < 500ms startup) Bun + Hono + React 19 + @xyflow/react stack (~80 MB RAM, < 500ms startup) Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
First public release of ContainerFlow.
Features
- Real-time Docker architecture visualizer (interactive graph view)
- CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite
- Discord notifications + in-app notification log (persistent, read/unread)
- Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec
- Multi-user access control via
ALLOWED_PATHS(lock icon for non-accessible) - Best-practice warnings when containers run without memory limit, CPU limit, or restart policy
- Volume/mount inspection in DetailPanel (type, source, destination, rw/ro)
- Per-container thresholds for CPU/MEM alerts (overrides global)
- Memory calculation that excludes reclaimable page cache (more accurate than
docker statsfor DB containers)
Stack
Bun + Hono + React 19 + @xyflow/react. ~80 MB RAM, < 500ms startup.
Quick start
git clone https://github.com/RGJorge/ContainerFlow.git
cd ContainerFlow
cp .env.example .env
docker compose up -d
See README for full docs.
Bug reports welcome via issues.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About RGJorge/containerflow
All releases →Beta — feedback welcome: [email protected]