I\'m looking for a way to run Docker-enabled build consisting of multiple containers in Jenkins 2.0.
Are there any plans for native support of Docker Compose
Here are the files to run a jenkins container that runs docker inside:
docker run \ -p 8080:8080 \ -v /var/run/docker.sock:/var/run/docker.sock \ --name jenkins \ getintodevops/jenkins-withdocker:lts
reference: https://getintodevops.com/blog/the-simple-way-to-run-docker-in-docker-for-ci