diff --git a/README.md b/README.md index de0482d..14093e8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Visualize the relationship between Docker networks and containers as a neat graphviz graph. +## Example +![example graph](example.png) + ## Usage usage: docker-net-graph.py [-h] [-v] [-o OUT] diff --git a/example.png b/example.png new file mode 100644 index 0000000..9cc05bf Binary files /dev/null and b/example.png differ