Re: docker hype and juju's future

2013-11-22 Thread rha...@informatiq.org
On Fri, Nov 22, 2013 at 4:28 PM, Serge E. Hallyn wrote: Quoting rha...@informatiq.org (rha...@informatiq.org): On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn wrote: ... >> >Which kind of fits in to how I've thought juju and docker >>relate. You >> >might first want to use doc

Re: docker hype and juju's future

2013-11-22 Thread Serge E. Hallyn
Quoting rha...@informatiq.org (rha...@informatiq.org): > > > On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn > wrote: ... > >> >Which kind of fits in to how I've thought juju and docker > >>relate. You > >> >might first want to use docker or lxc-snapshot to practice the > >>steps > >> >for set

Re: docker hype and juju's future

2013-11-22 Thread rha...@informatiq.org
On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn wrote: Quoting rha...@informatiq.org (rha...@informatiq.org): On Thu, Nov 21, 2013 at 9:28 PM, Serge E. Hallyn wrote: >Quoting Ramez Hanna (rha...@informatiq.org): >> Hi, >> this is a quick braindump of my thoughts related to docke

Re: docker hype and juju's future

2013-11-22 Thread Serge E. Hallyn
Quoting rha...@informatiq.org (rha...@informatiq.org): > > > On Thu, Nov 21, 2013 at 9:28 PM, Serge E. Hallyn > wrote: > >Quoting Ramez Hanna (rha...@informatiq.org): > >> Hi, > >> this is a quick braindump of my thoughts related to docker > >>lxc and juju > >> There is quite hype around doc

Re: docker hype and juju's future

2013-11-21 Thread David Hart
Hi, Docker can also build every time it's deployed. Images are used locally as part of a build cache, and sharing images is entirely optional. Collections of Dockerfiles and their associated 'docker run -link' commands are roughly equivalent to Juju Charms (in this way, Docker seems to be becoming

Re: docker hype and juju's future

2013-11-21 Thread Tim Penhey
On 21/11/13 21:43, Ramez Hanna wrote: > I am sure it is on the roadmap to containerize services on the juju > deployed services Containerisation is simple, but networking is hard. We have lxc containers working in juju now, but they are currently only addressable in MAAS. We have some work outsta

docker hype and juju's future

2013-11-21 Thread Ramez Hanna
Hi, this is a quick braindump of my thoughts related to docker lxc and juju There is quite hype around docker these days, which I am not grasping yet docker gives tools to create an "image" of a service (basically an os tree with a specific service installed) and deploy it to any docker server en