jenkins/README.md

16 lines
446 B
Markdown
Raw Normal View History

# luzifer-docker / jenkins
2014-10-06 20:22:41 +00:00
This container contains a Jenkins CI server based on the jenkins:lts version enhanced with Docker support inside the container.
2014-10-06 20:22:41 +00:00
## Usage
```bash
## Build container (optional)
$ docker build -t luzifer/jenkins .
2014-10-06 20:22:41 +00:00
## Execute jenkins
$ docker run -d -p 8080:8080 luzifer/jenkins
2014-10-06 20:22:41 +00:00
```
For more documentation see the [README of the upstream Jenkins repository](https://github.com/jenkinsci/docker/blob/master/README.md).