This would be a great thing to try at the CCC hackathon.  Docker poses
some interesting challenges and to do a useful integration is going to
take some careful design.  There's two things to consider.  First,
docker's #1 feature in my mind is that it is a paradigm shift.  You
interact with docker in a different way than you would EC2.  If you
attempt to make docker just another hypervisor, it just starts looking
like LXC and then has very little benefit over LXC integration.  You
need to determine how to integrate docker while still keeping its
features (like Dockerfile).

Second, docker is very limited in the networking area.  Docker as it
currently stand manages all of networking aspect which includes
assigning its own IP, random port mappings, etc.

I have a lot of ideas about this and I'd love to chat with some people
at CCC about it.  We could probably get it working at CCC I'll
probably come prepared with stuff.

Darren

On Wed, Oct 30, 2013 at 6:32 AM, Alex Hitchins
<cloudst...@alexhitchins.com> wrote:
> I'd be interested in looking more into Docker - are you planning to host a
> talk on the subject?
>
>
> Alexander Hitchins
> -------------------------
> Personal Email : a...@alexhitchins.com
> Apache Email   : a...@alexhitchins.com
> Website        : http://alexhitchins.com
> Mobile         : 07788 423 969
>
> -----Original Message-----
> From: Nguyen Anh Tu [mailto:ng.t...@gmail.com]
> Sent: 30 October 2013 13:18
> To: Sebastien Goasguen
> Cc: dev@cloudstack.apache.org
> Subject: Re: Docker?
>
> Hi,
>
> I'm starting look into docker's architecture and figure out how it plays
> with lxc and openstack at that moment. Will try to figure some of key points
> before the CCC13 start, so we can discuss directly at there.
>
> Sent from my GT-N7000
> On Oct 30, 2013 4:14 PM, "Sebastien Goasguen" <run...@gmail.com> wrote:
>
>>
>> On Oct 30, 2013, at 4:56 AM, Nux! <n...@li.nux.ro> wrote:
>>
>> > Hi,
>> >
>> > Docker[1] seems to be all the rage these days and has breathed new
>> > life
>> in LXC. Is there any interest whatsoever from the devs to support for it?
>> > I noticed it has already landed in the other stack.
>> >
>>
>> The answer is yes :)
>>
>> Nugyen has started looking at it, so as Darren.
>>
>> Can you start a wiki page to dump some ideas, there are some
>> interesting architectural decision to be had.
>>
>> -sebastien
>>
>> > Lucian
>> >
>> > [1] - http://www.docker.io/
>> >
>> > --
>> > Sent from the Delta quadrant using Borg technology!
>> >
>> > Nux!
>> > www.nux.ro
>>
>>
>

Reply via email to