You have two options : 1. use a Docker in Docker image (play-with-docker.com for sample is using this approach) 2. bind mount /var/run/docker.sock into your build container so you can interact with the host's docker daemon
Both of them involve some security consideration, so you might need to double check your infrastructure requirements. 2017-07-10 15:11 GMT+02:00 Yakobe <[email protected]>: > The main aim behind this post is to find out if this is even possible > before losing too much time. So if anyone could any insight at all it would > be greatly appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/fa88594b-1780-48d5-aad6-c4a960e8dae1%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/fa88594b-1780-48d5-aad6-c4a960e8dae1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANMVJz%3D_5tZTEnCyk_DWZqmAxwjambWP1yyYtr6v0A_5baLyeQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
