From ad5354966404279d023f5e1716925a05539823ee Mon Sep 17 00:00:00 2001 From: LeoVerto Date: Fri, 31 Aug 2018 05:29:50 +0200 Subject: [PATCH] Update docker command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3298024..1ef37b1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This will end up generating a .pdf file containing the graph. If you want to generate a graph for a remote system you can also easily run this script inside a pre-built docker container: - docker run -v /var/run/docker.sock:/var/run/docker.sock leoverto/docker-net-graph + docker run -v /var/run/docker.sock:/var/run/docker.sock leoverto/docker-network-graph This will just generate and output the graph. You can then run `dot -Tpdf -o out.pdf`or `dot -Tpng -o out.png` on a system with