Skip to content

Commit 71b0b77

Browse files
committed
Add make shell to open a Python shell
Signed-off-by: Ben Firshman <[email protected]>
1 parent 1a57f88 commit 71b0b77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ flake8: build
7575
.PHONY: docs
7676
docs: build-docs
7777
docker run -v `pwd`/docs:/home/docker-py/docs/ -p 8000:8000 docker-py-docs mkdocs serve -a 0.0.0.0:8000
78+
79+
.PHONY: shell
80+
shell: build
81+
docker run -it -v /var/run/docker.sock:/var/run/docker.sock docker-py python

0 commit comments

Comments
 (0)