Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlossg/jenkins-swarm-docker

Jenkins docker image with swarm plugin
https://github.com/carlossg/jenkins-swarm-docker

Last synced: about 1 month ago
JSON representation

Jenkins docker image with swarm plugin

Awesome Lists containing this project

README

        

docker-jenkins-swarm
====================

Docker image for Jenkins, with swarm plugin installed.
Based on the [official image](https://registry.hub.docker.com/_/jenkins/).

Can be used with Docker slaves from [`csanchez/jenkins-swarm-slave`](https://registry.hub.docker.com/u/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 .