Remove makefile and update instructions to use pipenv

This commit is contained in:
LeoVerto 2018-08-31 03:40:05 +02:00
parent d2553aecaa
commit f715389aa6
5 changed files with 5 additions and 14 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/sandbox /sandbox
/*.gv /*.gv
/*.pdf /*.pdf
.idea

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "supermake"]
path = supermake
url = https://github.com/eagafonov/supermake

View file

@ -1,7 +0,0 @@
all:
include supermake/python-sandbox.mk
build-graph:
$(SANDBOX) python docker-net-graph.py

View file

@ -7,6 +7,7 @@ Sample python script to draw graph of Docker networks and containers
Install/run Install/run
=========== ===========
#> git clone --recursive https://github.com/eagafonov/docker-network-graph-poc.git #> git clone https://github.com/LeoVerto/docker-network-graph-poc.git
#> make install-requirements #> cd docker-network-graph-poc
#> make build-graph #> pipenv install
#> pipenv run python docker-net-graph.py

@ -1 +0,0 @@
Subproject commit bfaf407946ae2a33e726b109cebf72d4e8de3215