| ... | ... |
@@ -78,6 +78,8 @@ To execute the test cases, run this command: |
| 78 | 78 |
sudo docker run -lxc-conf=lxc.aa_profile=unconfined -privileged -v `pwd`:/go/src/github.com/dotcloud/docker docker hack/make.sh test |
| 79 | 79 |
|
| 80 | 80 |
|
| 81 |
+Note: if you're running the tests in vagrant, you need to specify a dns entry in the command: `-dns 8.8.8.8` |
|
| 82 |
+ |
|
| 81 | 83 |
If the test are successful then the tail of the output should look something like this |
| 82 | 84 |
|
| 83 | 85 |
.. code-block:: bash |