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

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

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`