<p dir="ltr"><br>
On 29 Jun 2014 07:29, "Jim Fulton" <<a href="mailto:jim@zope.com">jim@zope.com</a>> wrote:<br>
><br>
> You also don't need tools to automate deployment of production<br>
> configurations when an application is deployed, as this is mostly done<br>
> when building an image.  The isolation provided by docker containers<br>
> also allows configuration to be simpler. There's still benefit of having<br>
> a system like buildout with Python recipes to automate assembly<br>
> (often including non-python bits like JavaScript libraries) and<br>
> configuration.</p>
<p dir="ltr">Yeah, it's the "you still need a way to define what goes into the image" part that intrigues me with respect to combining tools like zc.buildout with Docker.</p>
<p dir="ltr">It's an aspect I've seen folks sometimes miss in the discussions around containers in general - the existing tech for repeatable deployments doesn't necessarily go away, you just run it at image build time rather than deployment time.</p>

<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> Jim<br>
><br>
> --<br>
> Jim Fulton<br>
> <a href="http://www.linkedin.com/in/jimfulton">http://www.linkedin.com/in/jimfulton</a><br>
</p>