Dockerfile of Jenkins advanced with Docker build support
Go to file
2017-05-15 06:44:45 +00:00
.gitignore Add update-version script 2017-05-15 08:38:19 +02:00
.travis.yml Add update-version script 2017-05-15 08:38:19 +02:00
Dockerfile Jenkins 2.46.2 2017-05-15 06:44:45 +00:00
README.md Added Readme 2014-10-06 22:22:41 +02:00
update-version.sh Add update-version script 2017-05-15 08:38:19 +02:00

luzifer/dockerproxy Dockerfile

This repository contains Dockerfile of Jenkins advanced with Docker build support for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull luzifer/jenkins

Usage

To launch it, just type:

docker run -d -p 8080:8080 luzifer/jenkins

Or look at the original Jenkins Readme for further usages and data preservation.

Easy!