-
New Feature
-
Resolution: Fixed
-
Major
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 ?