Skip to content

Commit

Permalink
Merge pull request #2005 from weaveworks/sudo
Browse files Browse the repository at this point in the history
Autodetect if we talk to docker via tcp in the Makefile
  • Loading branch information
tomwilkie committed May 5, 2016
2 parents d9d038a + 0314a86 commit a0982cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PUBLISH=publish_weave publish_weaveexec publish_plugin
.PHONY: all exes testrunner update tests lint publish $(PUBLISH) clean clean-bin prerequisites build run-smoketests

# If you can use docker without being root, you can do "make SUDO="
SUDO=sudo -E
SUDO=$(shell docker info >/dev/null 2>&1 || echo "sudo -E")
BUILD_IN_CONTAINER=true
RM=--rm
RUN_FLAGS=-ti
Expand Down

0 comments on commit a0982cb

Please sign in to comment.