Jenkins image with docker installed for controlling a host docker from a jenkins container.
100K+
Jenkins image with docker installed for controlling a host docker from a jenkins container, you'll also need to mount the docker socket like in the example.
jenkins:
image: leakypixel/jenkins-docker
restart: unless-stopped
group_add:
- "${DOCKER_GROUP}"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- /path/to/your/config:/var/jenkins_home:rw"
- "/etc/localtime:/etc/localtime:ro"
Content type
Image
Digest
sha256:82ab7f61d…
Size
449.7 MB
Last updated
23 days ago
docker pull leakypixel/jenkins-docker