Comments on: Local Continuous Delivery Environment with Docker and Jenkins https://piotrminkowski.com/2018/06/12/local-continuous-delivery-environment-with-docker-and-jenkins/ Java, Spring, Kotlin, microservices, Kubernetes, containers Sun, 06 Sep 2020 10:58:58 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2018/06/12/local-continuous-delivery-environment-with-docker-and-jenkins/#comment-526 Wed, 13 Jun 2018 01:32:15 +0000 https://piotrminkowski.wordpress.com/?p=6649#comment-526 In reply to clay.

Thanks 🙂 In fact I use this official Docker-in-Docker image. We should also remember that it is used in order to show demo on local machine. If you would like to prepare the same environment in practice you wil have slave with Docker installed on remote machine.

]]>
By: clay https://piotrminkowski.com/2018/06/12/local-continuous-delivery-environment-with-docker-and-jenkins/#comment-525 Wed, 13 Jun 2018 00:41:57 +0000 https://piotrminkowski.wordpress.com/?p=6649#comment-525 Thank you for this article and a great blog.
Curious to know your thoughts about using Docker-in-Docker as a base image, in light of the comments at https://github.com/jpetazzo/dind
> This work is now obsolete
> If you want to run Docker-in-Docker today, all you need to do is:
> docker run –privileged -d docker:dind

]]>