Skip to content

nikhilo/docker-centos-jenkins-swarm-slave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-centos-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

CentOS Docker Jenkins Swarm Slave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published