docker-network-graph
docker-network-graph copied to clipboard
Dependencies issues and fixes
@LeoVerto some dependency fixes that need to be added:
- Mac users need to run an additional
brew install graphvizafter the instructions in the README to install Graphviz dependencies and add them to their path. if not, this is the error faced:
graphviz.backend.ExecutableNotFound: failed to execute ['sfdp', '-Tsvg', '-O', 'graph'], make sure the Graphviz executables are on your systems' PATH
- This tool works with
dockerversion 2.1.0. Hence, if usingpip3to install it, usepip3 install docker==2.1.0. The latest version ofdocker(4.1.x) is not compatible with some parts of the code.
Thanks!
Thank you for reporting this! At least for me 3.x versions of docker work so I've pinned the project to that for now.
I'll have to get around to adding instructions for installing graphviz for different operating systems.