Your Docker dashboard, everywhere. A full-featured Docker management dashboard that runs in your terminal and in VS Code.
Sidekick Docker gives you a real-time, keyboard-driven dashboard for managing your entire Docker environment — containers, Compose projects, images, volumes, and networks. Run it as a standalone TUI in any terminal, or open it as a panel inside VS Code. Same power, two surfaces.
- Real-time streaming — logs, stats, and Docker events update live as they happen
- Smart log highlighting — token-level syntax coloring for HTTP methods, status codes, URLs, IPs, timestamps, JSON keys, and more
- Log search & filter — search within log output with exact or fuzzy matching and match highlighting
- Log analytics — severity counts, severity sparkline over time, and pattern clustering that groups similar logs into templates
- Dual-log compare — pin a second container or service to compare log streams side by side
- Vi keybindings — navigate with
j/k, jump withg/G, switch panels with1-5 - Sparkline charts — CPU, memory, network I/O, block I/O, and log severity rendered as inline sparklines
- Filesystem inspector — view all filesystem changes inside containers (added/changed/deleted files)
- Image layer explorer — inspect image layer history with sizes and Dockerfile instructions
- Compose support — detect projects from container labels, run
up/down/restartper project - Interactive exec — drop into a running container shell without leaving the dashboard
- Filter & search —
/to filter any resource list by name - Confirmation modals — destructive actions (remove, prune) always ask first
- Mouse support — click to select, scroll to navigate
- VS Code extension — the same dashboard, embedded as a webview panel
npm install -g sidekick-docker
sidekick-dockerInstall the Sidekick Docker extension from Open VSX or the VS Code Marketplace, then run Sidekick Docker: Open Dashboard from the command palette.
| Package | Description |
|---|---|
sidekick-docker-cli |
TUI dashboard and CLI commands (Ink + React) |
sidekick-docker-shared |
Docker API abstraction layer, types, Compose detection |
sidekick-docker-vscode |
VS Code extension with embedded dashboard webview |
git clone https://github.com/cesarandreslopez/sidekick-docker.git
cd sidekick-docker
bash scripts/build-all.sh
./sidekick-docker-cli/dist/sidekick-docker.mjsRequires Node.js >= 20 and Docker running.
Full documentation is available at the docs site, including:
Sidekick Agent Hub — Multi-provider AI coding agent monitor. Real-time visibility into Claude Code, OpenCode, and Codex CLI sessions with token tracking, context management, and session intelligence. Available as a TUI on npm and as a VS Code extension on the Marketplace and Open VSX.
Contributions are welcome! See CONTRIBUTING.md for setup instructions and guidelines.

