From 6ddf4df21a8a0fca57bf96daeb55ac8b80cfbf36 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Mon, 13 Oct 2014 17:42:08 +0400 Subject: [PATCH] Add comment to make --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4111448..68dd432 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ dtest: dbench: docker run -v `pwd`:/gopath/src/gor -t -i gor go test -v -run NOT_EXISTING -bench HTTP +# Used mainly for debugging, because docker container do not have access to parent machine ports drun: docker run -v `pwd`:/gopath/src/gor -t -i gor go run $(SOURCE) --input-dummy=0 --input-http=:9000 --output-http="http://localhost:9000" --verbose