Skip to content

jsloan117/docker-jenkins

Repository files navigation

docker-jenkins

License Build Status Docker Pulls

Image based on jenkins:lts, and includes the following: docker-ce, docker-compose including bash-completion scripts. Please see Run from Docker registry for more details and commands.

Quick Start

docker run -d --name jenkins \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 8080:8080 -p 50000:50000 \
jsloan117/jenkins

Documentation

The full documentation is available here.

Jenkins documentation is available here.

Releases

No releases published

Packages

No packages published