* minor changes - format location section and describe docker visualize graph in readme
This commit is contained in:
@ -32,8 +32,12 @@ For use visualization with `/usr/bin/dot`
|
|||||||
|
|
||||||
### Containers
|
### Containers
|
||||||
|
|
||||||
|
This is not usefully, but if your externally needs...
|
||||||
|
|
||||||
`dockviz containers -d | dot -Tpng -o ~/containers.png`
|
`dockviz containers -d | dot -Tpng -o ~/containers.png`
|
||||||
|
|
||||||
### Images
|
### Images
|
||||||
|
|
||||||
|
Proof technology
|
||||||
|
|
||||||
`dockviz images -d | dot -Tpng -o ~/images.png`
|
`dockviz images -d | dot -Tpng -o ~/images.png`
|
||||||
|
Reference in New Issue
Block a user