Dockerfile of Jenkins advanced with Docker build support
Go to file
Knut Ahlers 20ed2ee2ab
Add update-version script
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-15 08:38:19 +02: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 Install docker-ce 2017-04-11 14:58:34 +02: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!