jenkins-docker
It is a good practice to run the jenkins job inside docker containers rather than jenkins host machine itself.
- It maintain isolation between multiple Jenkins Pipelines and Jobs.
- Easily reproducible job execution environment setup.
This image is based on docker:dind
and can be used as a docker cloud on jenkins server with docker plugin
How to use this image
For a complete Jenkins setup, look at jenkins setup