Docker images for Jenkins Slave with Docker Engine, Docker Compose, Maven inside.
Bind /var/run/docker.sock from host for stable Jenkins Docker-in-Docker slave:
$ docker run --name=worker \
-v /var/run/docker.sock:/var/run/docker.sock \
alireshadat/docker-dind-jenkins-slave:1.13
Forked from eeacms/jenkins-slave-dind. Check the original repo for more options.