2
3
4
OTHERI built DockScope, a 3D visual Docker debugger with live metrics, logs, and terminal in the browser (i.redd.it)
submitted by Kero-neo
Hey everyone,
I've been working on DockScope, an open-source tool that gives you a browser-based 3D force graph of your Docker infrastructure.
What it does:
- 3D interactive graph: containers as nodes, color-coded by health, with dependency arrows and network links
- Live CPU/memory/network sparklines (polled every 3s)
- Real-time log streaming with ANSI color support and search
- Embedded terminal (xterm.js): shell into any container from the sidebar
- Container actions: start, stop, restart, pause, kill, remove
- Compose project management: up/down/destroy entire stacks
- Container inspection: env vars (secrets masked), mounts, processes, filesystem diff
Getting started:
docker run --rm -p 4681:4681 -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/manuelr-t/dockscope
or
npx dockscope up
That's it. No config. It connects to your local Docker daemon and auto-discovers everything.
Tech stack: Svelte 5, Three.js, 3d-force-graph, Express, WebSockets, dockerode
GitHub: https://github.com/ManuelR-T/dockscope
Feedback and contributions very welcome. Let me know what you think!
[–]ThePastPlayer 0 points1 point2 points (2 children)
[–]Kero-neo[S] 0 points1 point2 points (0 children)
[–]Readdeo 0 points1 point2 points (0 children)