Repository: brooklyn-dist
Updated Branches:
  refs/heads/master d3955f70e -> f723e574b


Update docker instructions to mount the docker socket

This is because #118 now build docker, therefore the container needs to be able 
to access the docker engine on the host

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/838dfd36
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/838dfd36
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/838dfd36

Branch: refs/heads/master
Commit: 838dfd36ffe45055ef8fe6e5a922d0b69152936a
Parents: d3955f7
Author: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Authored: Sun Nov 4 09:47:39 2018 +0000
Committer: GitHub <nore...@github.com>
Committed: Sun Nov 4 09:47:39 2018 +0000

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/838dfd36/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8ece84b..24386a1 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ docker build -t brooklyn:dist .
 Then run the build:
 
 ```bash
-docker run -i --rm --name brooklyn-dist -v ${HOME}/.m2:/root/.m2 -v 
${PWD}:/usr/build -w /usr/build brooklyn:dist mvn clean install
+docker run -i --rm --name brooklyn-dist -v 
/var/run/docker.sock:/var/run/docker.sock -v ${HOME}/.m2:/root/.m2 -v 
${PWD}:/usr/build -w /usr/build brooklyn:dist mvn clean install
 ```
 
 ### Using maven
@@ -31,4 +31,4 @@ Simply run:
 
 ```bash
 mvn clean install
-```
\ No newline at end of file
+```

Reply via email to