Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carlossg/jenkins-swarm-docker
- Owner: carlossg
- License: apache-2.0
- Created: 2014-09-09T12:29:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T19:06:23.000Z (about 9 years ago)
- Last Synced: 2023-04-15T01:27:15.946Z (over 1 year ago)
- Language: Groovy
- Size: 261 KB
- Stars: 15
- Watchers: 3
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .