Skip to content

Sidekick Docker

Sidekick for Docker

Your Docker dashboard, everywhere.

Open VSX VS Code Marketplace npm License: MIT CI


A full-featured Docker management dashboard that runs in your terminal and in VS Code. Manage containers, Compose projects, images, volumes, and networks from a real-time, keyboard-driven interface.

Sidekick Docker TUI Demo

Sidekick Docker VS Code Extension Demo

Feature Highlights

  • Five-panel dashboard — Containers, Compose Services, Images, Volumes, Networks
  • Real-time streaming — logs, stats sparklines, and Docker events update live
  • 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
  • Vi keybindingsj/k navigation, g/G jump, 1-5 panel switching
  • Compose support — automatic project detection, per-project actions
  • Interactive exec — shell into running containers without leaving the dashboard
  • Filter & search/ to filter any resource list
  • Mouse support — click to select, scroll to navigate
  • VS Code extension — the same dashboard, embedded as a webview panel (works in VS Code, VSCodium, and compatible editors)

Quick Install

Terminal (TUI)

npm install -g sidekick-docker
sidekick-docker

VS Code / VSCodium / Compatible Editors

Install the Sidekick Docker extension from Open VSX or the VS Code Marketplace, then run Sidekick Docker: Open Dashboard from the command palette.

See Also

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.

Next Steps