Sign inSign up

dperezcabrera/jenkins

By dperezcabrera

Updated over 5 years ago

Image
0

884

dperezcabrera/jenkins repository overview

Jenkins

Info:

See official repo

Build:

Basic build:

docker build -t dperezcabrera/jenkins .

Custom jenkins version:

docker build -t dperezcabrera/jenkins --build-arg JENKINS_VERSION=alpine .

Usage:

docker run --rm -it \
        --name jenkins-alpine \
        --publish 8080:8080 \
        --publish 50000:50000 \
        --volume /var/run/docker.sock:/var/run/docker.sock \
        dperezcabrera/jenkins

Tag summary

Content type

Image

Digest

Size

410 MB

Last updated

over 5 years ago

docker pull dperezcabrera/jenkins