Dockerfile of Jenkins advanced with Docker build support
Find a file
2014-10-06 22:22:41 +02:00
Dockerfile Install lxc-docker instad of old ubuntu docker 2014-10-06 22:16:40 +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!