Docker image for Jenkins, with swarm plugin installed. Based on the official image.
Can be used with Docker slaves from csanchez/jenkins-swarm-slave
docker run --name jenkins -p 8080:8080 -p 50000:50000 -v /var/jenkins_home csanchez/jenkins-swarm
docker build -t csanchez/jenkins-swarm .