This commit is contained in:
fabianlee 2017-05-23 23:20:42 +00:00
parent 2df85b6786
commit 76415ba88f

View file

@ -25,6 +25,7 @@ Image can be visualized as [Graphviz](http://www.graphviz.org), or as a tree or
Currently, containers are visualized with labelled lines for links. Containers that aren't running are greyed out.
```
# show all containers
$ dockviz containers -d | dot -Tpng -o containers.png
# only show running containers