macOS
brew install dockvizlocal Homebrew formula metadata
brew
Visualizing docker data. Version 0.6.4 via Homebrew; verified from local package data.
install
brew install dockvizlocal Homebrew formula metadata
sudo apk add dockvizAlpine Linux edge package indexes · dockviz · source: dl-cdn.alpinelinux.org
overview
Visualizing docker data
history
Dockviz is a Go command-line tool for visualizing Docker image and container data. It belongs to the early Docker utility wave: small CLIs that made Docker's layer and container relationships easier to inspect before those views were common in mainstream tooling.
The GitHub repository was created in April 2014 and describes the project as a way to present Docker image and container information in different forms. Its README documents image trees, Graphviz DOT output, short summaries, and container-link diagrams, all centered on making Docker's local state visible from the terminal.
Dockviz became a niche but well-known Docker helper rather than a general-purpose platform tool. The repository still has more than a thousand stars, and Homebrew continues to package release 0.6.4, but Homebrew analytics show modest recent installs, which fits a mature specialist tool.
Typical usage is interactive inspection: `dockviz images --tree` for a terminal tree, `dockviz images --dot | dot ...` for rendered graphs, and `dockviz containers --dot` for container relationship diagrams. It can read Docker daemon data directly or accept Docker JSON on standard input.
Dockviz is package-nerd interesting because it captures a specific moment in Docker history: image layers were central to understanding builds, and a small Go binary plus Graphviz was enough to turn opaque local Docker state into inspectable structure.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dockviz | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/justone/dockviz
install metadata
| Package key | brew:dockviz |
|---|---|
| Version | 0.6.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dockviz |
| Homepage | https://github.com/justone/dockviz |
| Repository | https://github.com/justone/dockviz |
| Upstream docs | https://github.com/justone/dockviz#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/justone/dockviz/archive/refs/tags/v0.6.4.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dockviz |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dockviz 0.6.4-r32
Visualizing Docker Data
https://github.com/justone/dockviz
sudo apk add dockvizsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.