Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
I would like to be able to excute a docker build inside the slave. For example I could choose to use the official docker container from Dockerhub (say: docker:1.10.3) which includes the required docker binaries, but I don't see any way to bind the docker socket from the host in the docker-slaves plugin config, e.g. -v /var/run/docker.sock:/var/run/docker.sock
Failing that, is it possible to combine this plugin with others to achieve the same behaviour ?
+1
First of all, thanks for the effort on this plugin. Seems like a good use of the technology. Any short-term plan to even just allow us to specify -v /var/run/docker.sock:/var/run/docker.sock when launching the slave containers?