Skip to content

Commit e39c92e

Browse files
CoolCoderCarlCoolCoderCarl
authored andcommitted
Add Makefile to control docker env
1 parent 07304d6 commit e39c92e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
drestart: dstop dstart
2+
3+
dstart:
4+
echo "Starting docker-compose deattahced"
5+
docker-compose up -d
6+
7+
dstop:
8+
echo "Stopping docker-compose"
9+
docker-compose down
10+
11+
dclear:
12+
echo "Prune docker system"
13+
docker system prune -f

0 commit comments

Comments
 (0)