Merge branch 'dock-r/improve/labelled'

This commit is contained in:
Nate Jones 2016-02-19 07:31:13 -08:00
commit 153b934646
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ Image can be visualized as [Graphviz](http://www.graphviz.org), or as a tree or
## Containers ## Containers
Currently, containers are visualized with labeled lines for links. Containers that aren't running are greyed out. Currently, containers are visualized with labelled lines for links. Containers that aren't running are greyed out.
``` ```
$ dockviz containers -d | dot -Tpng -o containers.png $ dockviz containers -d | dot -Tpng -o containers.png
@ -43,10 +43,10 @@ $ dockviz images --dot | dot -Tpng -o images.png
``` ```
$ dockviz images -d -l | dot -Tpng -o images.png $ dockviz images -d -l | dot -Tpng -o images.png
OR OR
$ dockviz images --dot -only-labeled | dot -Tpng -o images.png $ dockviz images --dot -only-labelled | dot -Tpng -o images.png
``` ```
![](sample/images_only_labeled.png "Image") ![](sample/images_only_labelled.png "Image")
Or in short form: Or in short form:

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB