Remove makefile and update instructions to use pipenv
This commit is contained in:
parent
d2553aecaa
commit
f715389aa6
5 changed files with 5 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/sandbox
|
||||
/*.gv
|
||||
/*.pdf
|
||||
.idea
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "supermake"]
|
||||
path = supermake
|
||||
url = https://github.com/eagafonov/supermake
|
7
Makefile
7
Makefile
|
@ -1,7 +0,0 @@
|
|||
all:
|
||||
|
||||
include supermake/python-sandbox.mk
|
||||
|
||||
build-graph:
|
||||
$(SANDBOX) python docker-net-graph.py
|
||||
|
|
@ -7,6 +7,7 @@ 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
|
||||
#> git clone https://github.com/LeoVerto/docker-network-graph-poc.git
|
||||
#> cd docker-network-graph-poc
|
||||
#> pipenv install
|
||||
#> pipenv run python docker-net-graph.py
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit bfaf407946ae2a33e726b109cebf72d4e8de3215
|
Loading…
Reference in a new issue