https://github.com/atomgraph/jenkins-docker
Jenkins Docker image with Docker installed
https://github.com/atomgraph/jenkins-docker
docker docker-image jenkins
Last synced: 4 months ago
JSON representation
Jenkins Docker image with Docker installed
- Host: GitHub
- URL: https://github.com/atomgraph/jenkins-docker
- Owner: AtomGraph
- Created: 2017-08-24T22:11:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T20:37:16.000Z (about 6 years ago)
- Last Synced: 2025-01-19T22:40:52.178Z (5 months ago)
- Topics: docker, docker-image, jenkins
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jenkins-docker
Jenkins Docker image with Docker installedFollowed 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