dockviz/README.md
2014-05-04 14:24:01 -07:00

20 lines
577 B
Markdown

# dockviz
Visualizing Docker Data
This command takes the raw Docker JSON and visualizes it in various ways.
For image information, output can be formatted as
[Graphviz](http://www.graphviz.org) or as a tree in the terminal.
# Running
Currently, this only works when the remote API is listening on TCP. Soon, the Docker command line will allow dumping the image JSON.
```
$ curl -s http://localhost:4243/images/json?all=1 | ./dockviz images -d > images.dot
```
# Download
For now, download binaries from Gobuild: <http://gobuild.io/download/github.com/justone/dockviz>