Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 480 Bytes

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 .