docker-network-graph
docker-network-graph copied to clipboard
Quickly visualize docker networks with graphviz.
@LeoVerto some dependency fixes that need to be added: 1. Mac users need to run an additional `brew install graphviz` after the instructions in the README to install Graphviz dependencies...
Detect if the script is running inside docker and if it is, exclude that container from the graph.
[GraphvizOnline](https://github.com/dreampuf/GraphvizOnline) supports feeding graphs via a GET argument. Potentially this could be used to output a link that the user would just have to click to view the graph.
I got error when try run this Same as when use the docker image `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock leoverto/docker-network-graph` ``` sudo python3 -m pipenv --python=/usr/bin/python3 run python docker-net-graph.py -o...