Sign inSign up

atomgraph/jenkins-docker

By atomgraph

•Updated over 7 years ago
Archived

Jenkins Docker image with Docker installed

Image
0

720

atomgraph/jenkins-docker repository overview

⁠jenkins-docker

Jenkins Docker image with Docker installed

Followed Docker CE installation instructions for Debian (because Jenkins image internally is based on Debian stretch): https://docs.docker.com/engine/installation/linux/docker-ce/debian/⁠

Host Docker socket /var/run/docker.sock needs to be available as volume. For example, in docker-compose.yml:

volumes:
  - /var/run/docker.sock:/var/run/docker.sock

Tag summary

Content type

Image

Digest

Size

484.8 MB

Last updated

over 7 years ago

docker pull atomgraph/jenkins-docker