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
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
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
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
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
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
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