Skip to content

reshadat/jenkins-slave-docker-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Jenkins Slave with Docker Engine and Docker Compose inside (Jenkins Swarm Plugin)

Docker images for Jenkins Slave with Docker Engine, Docker Compose, Maven inside.

Usage

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.

About

Docker images for Jenkins Slave with Docker Engine, Docker Compose, Maven inside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors