mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-08 16:40:01 +00:00
885 B
885 B
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
-
Install Docker.
-
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!