aboutsummaryrefslogtreecommitdiff
path: root/linarodev/README
diff options
context:
space:
mode:
Diffstat (limited to 'linarodev/README')
-rw-r--r--linarodev/README19
1 files changed, 4 insertions, 15 deletions
diff --git a/linarodev/README b/linarodev/README
index 1c7c719..25ea1a9 100644
--- a/linarodev/README
+++ b/linarodev/README
@@ -12,27 +12,16 @@ and save as "environment_vars.sh".
Then run these commands:
-sudo cp daemon.json /etc/docker/daemon.json && sudo systemctl restart docker
source environment_vars.sh
docker-compose -f linaro_dev.yml up
Notes
-----
-The "daemon.json" file will set your internal docker DNS for all
-containers to use those nameservers. If you would like for your
-host system to also use the DNS aliases, add the following line
-to /etc/resolvconf/resolv.conf.d/head:
-
-nameserver 172.12.1.254
-
-And run:
-
-sudo resolvconf -u
-
-The default network is hardcoded to use "172.12.1.0/24" and the
-dnsdev container is hardcoded to use 172.12.1.254. If you need
-to adjust these, they're in the linaro_dev.yml file.
+hostsdns will need read/write permissions on the host's /etc/hosts
+file in order to make changes. You should either only run
+`docker-compose` as root, or ensure that the user you're running
+has rw access on /etc/hosts.
login-proxy will currently fail silently. Looking into making
the entire compose up fail if it doesn't start.