Skip to content

virtualzone/jenkins-lts-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins LTS with Docker-in-Docker (DiD)

This image is based on the official jenkins/jenkins:lts-alpine image and includes a pre-installed Docker in Docker (DiD).

To use it:

  • Mount /var/run/docker.sock
  • Provide the host's Docker Group ID (GID) via the DOCKER_USER_GROUP environment variable

Example:

docker run 
    -p 8080:8080
    -p 50000:50000 
    -e DOCKER_USER_GROUP=1101
    -v jenkins_home:/var/jenkins_home
    -v /var/run/docker.sock:/var/run/docker.sock:ro
    virtualzone/jenkins-lts-docker

Please refer to the official Jenkins Docker image docs for more information.

About

Jenkins LTS with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published