Docker-compose inside jenkins slave - Kubernetes Pod

12/15/2017

I'm following this tutorial https://cloud.google.com/solutions/continuous-delivery-jenkins-kubernetes-engine trying to cread CD/CI in google cloud platform. I use docker-compose to build the container but I'm stuck because I'm not able to have the docker-compose installed in the jenkins slave. I'm able to run docker inside (following this link) using the second approach but I don't know ho to include docker-compose there.

Thanks

-- irokhes
docker-compose
jenkins
kubernetes

0 Answers