diff --git a/Makefile b/Makefile index 746a571..69b273d 100644 --- a/Makefile +++ b/Makefile @@ -110,3 +110,12 @@ profile: buildlocal ./esctl api ls --profile-file cpu.profile go tool pprof -text esctl cpu.profile go tool pprof --http localhost:8888 ./esctl cpu.profile + +docker-up: + make -C t up + +docker-waitup: + make -C t up + +docker-down: + make -C t down