Dockerfile of Jenkins advanced with Docker build support
Go to file
2015-07-17 14:42:33 +02:00
Dockerfile Allow jenkins to sudo 2015-07-17 14:42:33 +02:00
README.md Added Readme 2014-10-06 22:22:41 +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!