evandbrown / jenkins-swarm-docker

Jenkins docker image with swarm plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-jenkins-swarm

Docker image for Jenkins, with swarm plugin installed. Based on the official image.

Can be used with Docker slaves from csanchez/jenkins-swarm-slave

Running

docker run --name jenkins -p 8080:8080 -p 50000:50000 -v /var/jenkins_home csanchez/jenkins-swarm

Building

docker build -t csanchez/jenkins-swarm .

About

Jenkins docker image with swarm plugin

License:Apache License 2.0


Languages

Language:Groovy 100.0%