What I have:
I am creating a Jenkins(BlueOcean Pipeline) for CI/CD. I am using the docker in docker approach to use Jenkins as described in the Jenkins docs tutorail.
I have tested the setup, it is working fine. I can build and run docker images in the Jenkins container. Now, I am trying to use docker-compose, but it says
docker-compose: not found
`
Problem:
Unable to use `docker-compose inside the container(Jenkins).
What I want: I want to able to use `docker-compose inside the container using the dind(docker in docker) approach.
Any help would be very much appreciated.