Sign inSign up

leakypixel/jenkins-docker

By leakypixel

•Updated 23 days ago

Jenkins image with docker installed for controlling a host docker from a jenkins container.

Image
0

100K+

leakypixel/jenkins-docker repository overview

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"

Tag summary

Content type

Image

Digest

sha256:82ab7f61d…

Size

449.7 MB

Last updated

23 days ago

docker pull leakypixel/jenkins-docker