Add rm to docker run in README

This commit is contained in:
LeoVerto 2018-08-31 13:58:52 +02:00
parent 082900985a
commit 4b478431ac

View file

@ -27,7 +27,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 If you want to generate a graph for a remote system you can also easily
run this script inside a pre-built docker container: run this script inside a pre-built docker container:
docker run -v /var/run/docker.sock:/var/run/docker.sock leoverto/docker-network-graph docker run --rm -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 This will just generate and output the graph. You can then run
`fdp -Tpdf -o out.pdf`or `fdp -Tpng -o out.png` on a system with `fdp -Tpdf -o out.pdf`or `fdp -Tpng -o out.png` on a system with