Browse code

add dns recommendations

Ben Parees authored on 2015/01/26 01:18:15
Showing 1 changed files
... ...
@@ -20,7 +20,11 @@ System Environment
20 20
     Alternatively you can disable it via:
21 21
     
22 22
         $ systemctl stop firewalld
23
-        
23
+
24
+1. Setup your host DNS to an address that the containers can reach
25
+
26
+  Containers need to be able to resolve hostnames, so if you run a local DNS server on your host, you should update your /etc/resolv.conf to instead use a DNS server that will be reachable from within running containers.  Google's "8.8.8.8" server is a popular choice.
27
+
24 28
 Build Failures
25 29
 --------------
26 30