1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #2274 from peterbraden/2137-docs

Re #2137 Note about vagrant dns in the test documentation
This commit is contained in:
Andy Rothfusz 2013-10-30 16:32:35 -07:00
commit bdd12bb703

View file

@ -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