From 3db381bf086215ff9d29cf55cb55d7fa086f990d Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Thu, 17 Oct 2013 13:38:39 -0700 Subject: [PATCH] Re #2137 Note about vagrant dns in the test documentation --- docs/sources/contributing/devenvironment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/contributing/devenvironment.rst b/docs/sources/contributing/devenvironment.rst index 59f16646cd..fd69791662 100644 --- a/docs/sources/contributing/devenvironment.rst +++ b/docs/sources/contributing/devenvironment.rst @@ -78,6 +78,8 @@ To execute the test cases, run this command: sudo docker run -lxc-conf=lxc.aa_profile=unconfined -privileged -v `pwd`:/go/src/github.com/dotcloud/docker docker hack/make.sh test +Note: if you're running the tests in vagrant, you need to specify a dns entry in the command: `-dns 8.8.8.8` + If the test are successful then the tail of the output should look something like this .. code-block:: bash