diff --git a/Makefile b/Makefile index 935c033..dd71c4c 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ all: include supermake/python-sandbox.mk +build-graph: + $(SANDBOX) python docker-net-graph.py + diff --git a/README.md b/README.md new file mode 100644 index 0000000..09ebef3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Docker Network Graph +-------------------- + +Sample python script to draw graph of Docker networks and containers + + +Install/run +=========== + + #> git clone --recursive https://github.com/eagafonov/docker-network-graph-poc.git + #> make install-requirements + #> make build-graph