/docker-jenkins

Docker jenkins

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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.