From f715389aa6643a2ca7885cc4cafd9f2944f7f223 Mon Sep 17 00:00:00 2001 From: LeoVerto Date: Fri, 31 Aug 2018 03:40:05 +0200 Subject: [PATCH] Remove makefile and update instructions to use pipenv --- .gitignore | 1 + .gitmodules | 3 --- Makefile | 7 ------- README.md | 7 ++++--- supermake | 1 - 5 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 .gitmodules delete mode 100644 Makefile delete mode 160000 supermake diff --git a/.gitignore b/.gitignore index fa66208..c70d42d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sandbox /*.gv /*.pdf +.idea diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b7593f2..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "supermake"] - path = supermake - url = https://github.com/eagafonov/supermake diff --git a/Makefile b/Makefile deleted file mode 100644 index dd71c4c..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: - -include supermake/python-sandbox.mk - -build-graph: - $(SANDBOX) python docker-net-graph.py - diff --git a/README.md b/README.md index 09ebef3..57a7097 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/supermake b/supermake deleted file mode 160000 index bfaf407..0000000 --- a/supermake +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bfaf407946ae2a33e726b109cebf72d4e8de3215