Add README
This commit is contained in:
parent
49d7e25f01
commit
0dc41a015c
2 changed files with 15 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -2,3 +2,6 @@ all:
|
||||||
|
|
||||||
include supermake/python-sandbox.mk
|
include supermake/python-sandbox.mk
|
||||||
|
|
||||||
|
build-graph:
|
||||||
|
$(SANDBOX) python docker-net-graph.py
|
||||||
|
|
||||||
|
|
12
README.md
Normal file
12
README.md
Normal 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
|
Loading…
Reference in a new issue