An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 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