Skip to content

Commit

Permalink
Doc to configure agent with docker daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Gréau committed Jan 5, 2017
1 parent d878202 commit 960e63c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ $ docker-compose -f i/sonar/docker-compose.yml up
# password: password4Admin
$ docker-compose -f i/jenkins2/docker-compose.yml up
----
----

Then:
. Create the exo-ci-maven-settings Maven settings files
. Create the dockerRunParams environment variable:
.. dockerRunParams = -u 0:0
. Configure the agent to be able to access Docker by configuring the agent startup:
.. Prefix Start Slave Command: source ~/.bash_profile &&

0 comments on commit 960e63c

Please sign in to comment.