Jenkins with docker client installed. Based on jenkins/jenkins:lts-alpine.
10K+
A image containing alpine Linux and Jenkins with docker installed.
Use JENKINS_UID to match a user on the docker host that has docker permissions.
docker run -d --restart=always \
--name=jenkins \
-e JENKINS_UID=<UID with docker permissions>
-p 8080:8080 \
-p 50000:50000 \
-v /var/run/docker.sock:/var/run/docker.sock \
jgeusebroek/jenkins-docker
Read documentation for usage.
Content type
Image
Digest
Size
290.8 MB
Last updated
about 5 years ago
docker pull jgeusebroek/jenkins-docker