mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-08 08:30:02 +00:00
446 B
446 B
luzifer-docker / jenkins
This container contains a Jenkins CI server based on the jenkins:lts version enhanced with Docker support inside the container.
Usage
## 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.