https://github.com/tnguyen14/tauros
Jenkins running on docker
https://github.com/tnguyen14/tauros
docker docker-compose jenkins plugins
Last synced: about 2 months ago
JSON representation
Jenkins running on docker
- Host: GitHub
- URL: https://github.com/tnguyen14/tauros
- Owner: tnguyen14
- Created: 2016-08-25T17:13:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T20:27:49.000Z (about 7 years ago)
- Last Synced: 2025-08-03T20:57:14.530Z (11 months ago)
- Topics: docker, docker-compose, jenkins, plugins
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins running inside a Docker container
## Usage
- List of plugins that would come pre-installed in `plugins.txt`
- Create a `docker-compose.override.yml` to specify port binding
```
version: '2'
services:
jenkins:
ports:
- "80:8080"
```
- `docker-compose up -d`