Skip to content

Docker container of Jenkins swarm slave running on Centos 7.1

Notifications You must be signed in to change notification settings

nikhilo/docker-centos7.1-jenkins-swarm-slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-centos7.1-jenkins-swarm-slave

Docker container of Jenkins swarm slave running on Centos 7.1

This is designed to be able to run docker commands in order to build docker containers

Running

Note: By mounting the docker socket in the container the jenkins slave can run docker commands

Example: run the container and setup to take docker builds via a label

docker run -v /var/run/docker.sock:/var/run/docker.sock -it rgoodwin/centos7.1-jenkins-swarm-slave:latest -master http://<url to jenkins> -name jenkins-docker-slave -labels docker-build -mode exclusive

About

Docker container of Jenkins swarm slave running on Centos 7.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published