Add README

This commit is contained in:
Eugene Agafonov 2016-09-30 00:59:45 +03:00
parent 49d7e25f01
commit 0dc41a015c
2 changed files with 15 additions and 0 deletions

View file

@ -2,3 +2,6 @@ all:
include supermake/python-sandbox.mk
build-graph:
$(SANDBOX) python docker-net-graph.py

12
README.md Normal file
View file

@ -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