jenkins/README.md
Knut Ahlers 59e7e445c2
Update meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-18 23:27:12 +01:00

16 lines
446 B
Markdown

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