From 0dc41a015cc8b330c835a06fc67848773ec2366f Mon Sep 17 00:00:00 2001 From: Eugene Agafonov Date: Fri, 30 Sep 2016 00:59:45 +0300 Subject: [PATCH] Add README --- Makefile | 3 +++ README.md | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 README.md 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