Update the configuration file tu use with docker 53/38253/1
authorasteroide <thomas.duval@orange.com>
Thu, 27 Jul 2017 07:06:25 +0000 (09:06 +0200)
committerasteroide <thomas.duval@orange.com>
Thu, 27 Jul 2017 07:06:25 +0000 (09:06 +0200)
Change-Id: I5c668983f5acf64ce470d32f2966d52e6b3fb4d8

moonv4/README.md

index 2af1bb0..087bd70 100644 (file)
@@ -19,7 +19,7 @@ echo 127.0.0.1 messenger db keystone | sudo tee -a /etc/hosts
 ```bash
 cat <<EOF | sudo tee /etc/docker/daemon.json
 {
-  "hosts": ["tcp://172.88.88.1:2376"]
+  "hosts": ["fd://", "tcp://0.0.0.0:2376"]
 }
 EOF
 sudo mv /lib/systemd/system/docker.service /lib/systemd/system/docker.service.bak